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 18fff93 commit 3a65b98Copy full SHA for 3a65b98
devops/actions/run-tests/benchmark/action.yml
@@ -90,7 +90,7 @@ runs:
90
echo "-----"
91
sycl-ls
92
93
- mkdir -v ./llvm_test_workdir
+ pip install -r ./devops/scripts/benchmarks/requirements.txt
94
taskset -c "$CORES" ./devops/scripts/benchmarks/main.py "$(realpath ./llvm_test_workdir)" --sycl ./toolchain --save baseline
95
96
ls
0 commit comments