Skip to content

Commit 1730f92

Browse files
authored
[Benchmarks] Add withCopyOffload argument (#18862)
to benchmarks that require it after recent changes in Compute Benchmarks: intel/compute-benchmarks@3e0aa91 Fixes benchmark failures: https://github.com/oneapi-src/unified-runtime/actions/runs/15523865105/job/43700615169#step:15:838 https://github.com/oneapi-src/unified-runtime/actions/runs/15523865105/job/43700615169#step:15:862
1 parent 21fdfc7 commit 1730f92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

devops/scripts/benchmarks/benches/compute.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ def bin_args(self) -> list[str]:
466466
f"--src={self.destination}",
467467
f"--dst={self.destination}",
468468
f"--size={self.size}",
469+
"--withCopyOffload=0",
469470
]
470471

471472

@@ -501,6 +502,7 @@ def bin_args(self) -> list[str]:
501502
f"--destinationPlacement={self.destination}",
502503
f"--size={self.size}",
503504
"--count=100",
505+
"--withCopyOffload=0",
504506
]
505507

506508

0 commit comments

Comments
 (0)