Skip to content

Commit 458202a

Browse files
[Bench] Fix api_overhead_benchmark_sycl params (#20886)
1 parent db649e6 commit 458202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/benches/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ def _bin_args(self, run_trace: TracingType = TracingType.NONE) -> list[str]:
753753
f"--ioq={self._ioq}",
754754
f"--IsCopyOnly={self._is_copy_only}",
755755
"--MeasureCompletionTime=0",
756-
f"--src={self._destination}",
756+
f"--src={self._source}",
757757
f"--dst={self._destination}",
758758
f"--size={self._size}",
759759
"--withCopyOffload=0",

0 commit comments

Comments
 (0)