Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit e209d07

Browse files
Add turbo mode (#140)
1 parent 0a449c5 commit e209d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/intel_npu_acceleration_library/inference.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class OVInferenceModel {
8484
// core.set_property("NPU", ov::log::level(ov::log::Level::DEBUG));
8585
if (device == "NPU") {
8686
core.set_property(device, intel_npu_acceleration_library::npu_compiler_type("DRIVER"));
87+
core.set_property(device, ov::intel_npu::turbo(true));
8788
if (profile) {
8889
core.set_property(device, ov::enable_profiling(true));
8990
core.set_property(device, intel_npu_acceleration_library::npu_parameters(

0 commit comments

Comments
 (0)