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 82b6e55 commit 162cba0Copy full SHA for 162cba0
devops/actions/run-tests/benchmark/action.yml
@@ -90,10 +90,7 @@ runs:
90
echo "-----"
91
sycl-ls
92
93
- sudo apt install -y --ignore-missing python3-venv
94
- python3 -m venv .venv
95
- . .venv/bin/activate
96
- pip install -r ./devops/scripts/benchmarks/requirements.txt
+ pip install --user -r ./devops/scripts/benchmarks/requirements.txt
97
taskset -c "$CORES" ./devops/scripts/benchmarks/main.py "$(realpath ./llvm_test_workdir)" --sycl ./toolchain --save baseline
98
99
ls
0 commit comments