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 0c44ef6 commit eacb611Copy full SHA for eacb611
.github/workflows/reusable_benchmarks.yml
@@ -130,6 +130,7 @@ jobs:
130
run: |
131
python -m venv .venv
132
source .venv/bin/activate
133
+ echo "$PATH" >> $GITHUB_PATH
134
pip install -r ${{github.workspace}}/sc/devops/scripts/benchmarks/requirements.txt
135
136
- name: Set core range and GPU mask
@@ -153,7 +154,6 @@ jobs:
153
154
- name: Run UMF benchmarks
155
id: benchmarks
156
run: >
- source .venv/bin/activate &&
157
taskset -c ${{ env.CORES }} ./sc/devops/scripts/benchmarks/main.py
158
~/bench_workdir_umf
159
--umf ${{env.BUILD_DIR}}
0 commit comments