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 ec87b9e commit e9b85d5Copy full SHA for e9b85d5
.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: inputs.runner == 'L0_PERF_GPU'
+ if: false && inputs.runner == 'L0_PERF_GPU'
174
run: rm -f ${{ env.SYCL_DIR }}/lib/libumf*
175
176
- name: Copy UMF libraries to sycl
0 commit comments