Skip to content

Commit

Permalink
Add turbo mode (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandropalla authored Nov 18, 2024
1 parent 0a449c5 commit e209d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/intel_npu_acceleration_library/inference.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class OVInferenceModel {
// core.set_property("NPU", ov::log::level(ov::log::Level::DEBUG));
if (device == "NPU") {
core.set_property(device, intel_npu_acceleration_library::npu_compiler_type("DRIVER"));
core.set_property(device, ov::intel_npu::turbo(true));
if (profile) {
core.set_property(device, ov::enable_profiling(true));
core.set_property(device, intel_npu_acceleration_library::npu_parameters(
Expand Down

0 comments on commit e209d07

Please sign in to comment.