Skip to content

Commit 9056477

Browse files
Copy OpenCL loader from oclcpu to compiler's lib
1 parent 2dda06c commit 9056477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
[ -d oclcpuexp/x64 ] || tar xf ${OCLCPUEXP_FN} -C oclcpuexp
9292
[ -d fpgaemu/x64 ] || tar xf ${FPGAEMU_FN} -C fpgaemu
9393
[ -d ${TBB_INSTALL_DIR}/lib ] || tar xf ${TBB_FN}
94+
cp oclcpuexp/x64/libOpenCL.so* dpcpp_compiler/lib/
9495
fi
9596
9697
- name: Install system components

0 commit comments

Comments
 (0)