We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c93bfe commit 5825e05Copy full SHA for 5825e05
devops/actions/llvm_test_suite/action.yml
@@ -83,6 +83,7 @@ runs:
83
if [ -e /runtimes/oneapi-tbb/env/vars.sh ]; then
84
source /runtimes/oneapi-tbb/env/vars.sh;
85
fi
86
+ export OCL_ICD_FILENAMES="/usr/lib/x86_64-linux-gnu/intel-opencl/libigdrcl.so:/runtimes/oclcpu/x64/libintelocl.so"
87
echo "::group::sycl-ls --verbose"
88
sycl-ls --verbose
89
echo "::endgroup::"
0 commit comments