Skip to content

Commit d38b599

Browse files
author
Alexander Batashev
authored
[CI] Temporarily disable OCL FPGA Emulator (#5707)
FPGA emulator causes crashes on SYCL runtime initialization.
1 parent 0cff80e commit d38b599

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

devops/actions/llvm_test_suite/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ runs:
8383
if [ -e /runtimes/oneapi-tbb/env/vars.sh ]; then
8484
source /runtimes/oneapi-tbb/env/vars.sh;
8585
fi
86+
# TODO remove workaround of FPGA emu bug
87+
mkdir -p icd
88+
echo /usr/lib/x86_64-linux-gnu/intel-opencl/libigdrcl.so > icd/gpu.icd
89+
echo /runtimes/oclcpu/x64/libintelocl.so > icd/cpu.icd
90+
export OCL_ICD_VENDORS=$PWD/icd
8691
echo "::group::sycl-ls --verbose"
8792
sycl-ls --verbose
8893
echo "::endgroup::"

0 commit comments

Comments
 (0)