Skip to content

Conversation

@praasz
Copy link
Contributor

@praasz praasz commented Nov 3, 2025

Details:

  • Remove deprecate code in core to forward ov::cache_dir to hardware plugins
  • Remove in GPU,NPU ov::cache_dir from supported properties
  • Update tests

Tickets:

- remove ov::cache_dir as supported property in GPU and NPU
- update core tests

Signed-off-by: Pawel Raasz <[email protected]>
@praasz praasz added this to the 2026.0 milestone Nov 3, 2025
@praasz praasz requested a review from a team as a code owner November 3, 2025 14:08
@praasz praasz requested review from a team as code owners November 3, 2025 14:08
@praasz praasz added WIP work in progress do_not_merge labels Nov 3, 2025
@github-actions github-actions bot added category: inference OpenVINO Runtime library - Inference category: GPU OpenVINO GPU plugin category: NPU OpenVINO NPU plugin labels Nov 3, 2025
Signed-off-by: Pawel Raasz <[email protected]>
@praasz praasz requested a review from a team as a code owner November 3, 2025 18:04
@github-actions github-actions bot added the category: JS API OpenVino JS API Bindings label Nov 3, 2025
@praasz praasz removed the WIP work in progress label Nov 4, 2025
Signed-off-by: Pawel Raasz <[email protected]>
@praasz praasz requested a review from Retribution98 November 5, 2025 11:45
Copy link
Contributor

@Retribution98 Retribution98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JS part is ok

ov::PropertyName{ov::intel_gpu::hint::enable_lora_operation.name(), PropertyMutability::RW},
ov::PropertyName{ov::intel_gpu::enable_loop_unrolling.name(), PropertyMutability::RW},
ov::PropertyName{ov::intel_gpu::disable_winograd_convolution.name(), PropertyMutability::RW},
ov::PropertyName{ov::cache_dir.name(), PropertyMutability::RW},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPU plugin uses cache_dir for OPTIMIZE_SIZE mode.

auto path = _config.get_cache_dir();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GPU OpenVINO GPU plugin category: inference OpenVINO Runtime library - Inference category: JS API OpenVino JS API Bindings category: NPU OpenVINO NPU plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants