diff --git a/devops/scripts/benchmarks/benches/compute.py b/devops/scripts/benchmarks/benches/compute.py index f59f2e9b9bf83..3335ff39eed43 100644 --- a/devops/scripts/benchmarks/benches/compute.py +++ b/devops/scripts/benchmarks/benches/compute.py @@ -222,7 +222,7 @@ def benchmarks(self) -> list[Benchmark]: measure_completion_time, use_events, emulate_graphs, - useHostTasks=0, + useHostTasks=1 if runtime == RUNTIMES.SYCL else 0, ) ) if runtime == RUNTIMES.SYCL: @@ -236,7 +236,7 @@ def benchmarks(self) -> list[Benchmark]: measure_completion_time, use_events, emulate_graphs, - useHostTasks=0, + useHostTasks=1, profiler_type=PROFILERS.CPU_COUNTER, ) )