Skip to content

Commit c2f0858

Browse files
[CI] Remove FPGA Emulator workaround (#9855)
I don't think we test it anywhere in our CI pipeline.
1 parent 405778a commit c2f0858

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

devops/actions/e2e-tests/action.yml

-6
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ runs:
5555
else
5656
echo "no TBB vars in /opt/runtimes or /runtimes";
5757
fi
58-
# TODO remove workaround of FPGA emu bug
59-
mkdir -p icd
60-
echo /usr/lib/x86_64-linux-gnu/intel-opencl/libigdrcl.so > icd/gpu.icd
61-
echo /runtimes/oclcpu/x64/libintelocl.so > icd/cpu.icd
62-
echo /opt/runtimes/oclcpu/x64/libintelocl.so > icd/cpu2.icd
63-
export OCL_ICD_VENDORS=$PWD/icd
6458
echo "::group::sycl-ls --verbose"
6559
sycl-ls --verbose
6660
echo "::endgroup::"

0 commit comments

Comments
 (0)