We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890cd32 commit 9e1b4a4Copy full SHA for 9e1b4a4
.github/workflows/benchmarks-reusable.yml
@@ -160,7 +160,7 @@ jobs:
160
working-directory: ${{ github.workspace }}/ur-repo/
161
id: benchmarks
162
run: >
163
- ${{ github.workspace }}/ur-repo/scripts/benchmarks/main.py
+ numactl -N 0 ${{ github.workspace }}/ur-repo/scripts/benchmarks/main.py
164
~/bench_workdir
165
--sycl ${{ github.workspace }}/sycl_build
166
--ur ${{ github.workspace }}/ur_install
0 commit comments