Skip to content

Commit

Permalink
[CPU]fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangYiIntel committed Jan 6, 2025
1 parent 49707e6 commit 045977f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/intel_cpu/src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ ov::Any Plugin::get_ro_property(const std::string& name, const ov::AnyMap& optio
RW_property(ov::hint::kv_cache_precision.name()),
RW_property(ov::hint::key_cache_group_size.name()),
RW_property(ov::hint::value_cache_group_size.name()),
RW_property(ov::hint::key_cache_quant_bychannel.name()),
};

OPENVINO_SUPPRESS_DEPRECATED_START
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ TEST_F(OVClassConfigTestCPU, smoke_CpuExecNetworkSupportedPropertiesAreAvailable
RO_property(ov::hint::kv_cache_precision.name()),
RO_property(ov::hint::key_cache_group_size.name()),
RO_property(ov::hint::value_cache_group_size.name()),
RO_property(ov::hint::key_cache_quant_bychannel.name())
};

ov::Core ie;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ TEST_F(OVClassConfigTestCPU, smoke_PluginAllSupportedPropertiesAreAvailable) {
RW_property(ov::hint::kv_cache_precision.name()),
RW_property(ov::hint::key_cache_group_size.name()),
RW_property(ov::hint::value_cache_group_size.name()),
RW_property(ov::hint::key_cache_quant_bychannel.name()),
};

ov::Core ie;
Expand Down

0 comments on commit 045977f

Please sign in to comment.