Skip to content

Commit 8ed7f1c

Browse files
triaging bout
1 parent 4d62b6f commit 8ed7f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ jobs:
9292
export LD_LIBRARY_PATH=${SYCL_BUNDLE_FOLDER}/oclcpuexp/x64:${LD_LIBRARY_PATH}
9393
export LD_LIBRARY_PATH=${SYCL_BUNDLE_FOLDER}/fpgaemu/x64:${LD_LIBRARY_PATH}
9494
export LD_LIBRARY_PATH=${SYCL_BUNDLE_FOLDER}/oneapi-tbb-2021.4.0/lib/intel64/gcc4.8:${LD_LIBRARY_PATH}
95-
echo ${LD_LIBRARY_PATH}
95+
export OCL_ICD_FILENAMES=libintelocl.so:libintelocl_emu.so:${OCL_ICD_FILENAMES}
9696
clang++ --version
97-
sycl-ls
97+
SYCL_PI_TRACE=1 sycl-ls
9898
ls -l ${SYCL_BUNDLE_FOLDER}/oclcpuexp/x64
9999
python setup.py develop --sycl-compiler-prefix=$(dirname $(dirname `which clang++`))
100100
python -m pytest -v dpctl/tests

0 commit comments

Comments
 (0)