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 256d0d6 commit af4fec4Copy full SHA for af4fec4
.github/workflows/generate_coverage.yaml
@@ -62,6 +62,8 @@ jobs:
62
sudo readelf -d /opt/intel/oneapi/mkl/2025.1/lib/libmkl_sycl_vm.so.5
63
echo "Searching for libsycl:"
64
sudo find /opt/intel/oneapi -name "libsycl.so*"
65
+ echo "Running LDD with LD_LIBRARY_PATH to compiler:"
66
+ sudo LD_LIBRARY_PATH="/opt/intel/oneapi/compiler/2025.1/lib" ldd /opt/intel/oneapi/mkl/2025.1/lib/libmkl_sycl_vm.so.5
67
68
- name: Install Lcov
69
run: |
0 commit comments