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 9d67cc6 commit 340a18cCopy full SHA for 340a18c
.github/workflows/reusable_benchmarks.yml
@@ -170,7 +170,7 @@ jobs:
170
echo "LD_LIBRARY_PATH=${{ github.workspace }}/sycl/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
171
172
- name: Remove UMF libraries from sycl
173
- if: runner == 'L0_PERF_GPU'
+ if: false && runner == 'L0_PERF_GPU'
174
run: rm -f ${{ env.SYCL_DIR }}/lib/libumf*
175
176
- name: Run sycl-ls
0 commit comments