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 3a65b98 commit 220121aCopy full SHA for 220121a
devops/actions/run-tests/benchmark/action.yml
@@ -90,6 +90,8 @@ runs:
90
echo "-----"
91
sycl-ls
92
93
+ python3 -m venv .venv
94
+ . .venv/bin/activate
95
pip install -r ./devops/scripts/benchmarks/requirements.txt
96
taskset -c "$CORES" ./devops/scripts/benchmarks/main.py "$(realpath ./llvm_test_workdir)" --sycl ./toolchain --save baseline
97
0 commit comments