Skip to content

Commit b59cd03

Browse files
author
Vladimir Paramuzov
authored
Update execution_config.cpp
1 parent beee18c commit b59cd03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/intel_gpu/src/runtime/execution_config.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ void ExecutionConfig::update_specific_default_properties(const cldnn::device_inf
235235
return;
236236
specific_default_properties_is_set = true;
237237

238-
// Enable KV-cache compression by default for non-systolic platforms
239-
if (get_property(ov::hint::kv_cache_precision) == ov::element::undefined && !info.supports_immad) {
238+
// Enable KV-cache compression by default
239+
if (get_property(ov::hint::kv_cache_precision) == ov::element::undefined) {
240240
set_property(ov::hint::kv_cache_precision(ov::element::i8));
241241
}
242242

0 commit comments

Comments
 (0)