Skip to content

Commit

Permalink
single-image-test: set DYNAMIC_QUANTIZATION_GROUP_SIZE to 0 for CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
beleiuandrei committed Aug 7, 2024
1 parent ee4a6a3 commit 1f4b00d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/intel_npu/tools/single-image-test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,7 @@ void setupOVCore(ov::Core& core) {

if (FLAGS_device == "CPU") {
core.set_property(flagDevice, {{"LP_TRANSFORMS_MODE", "NO"}});
core.set_property(flagDevice, {{"DYNAMIC_QUANTIZATION_GROUP_SIZE", "0"}});
}

if (FLAGS_pc) {
Expand Down

0 comments on commit 1f4b00d

Please sign in to comment.