Skip to content

Commit 32d2321

Browse files
committed
[DEBUG] Leave umf installed with sycl
1 parent 6f302dc commit 32d2321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
echo "LD_LIBRARY_PATH=${{ github.workspace }}/sycl/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
171171
172172
- name: Remove UMF libraries from sycl
173-
if: inputs.runner == 'L0_PERF_GPU'
173+
if: false && inputs.runner == 'L0_PERF_GPU'
174174
run: rm -f ${{ env.SYCL_DIR }}/lib/libumf*
175175

176176
- name: Copy UMF libraries to sycl

0 commit comments

Comments
 (0)