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 af4fec4 commit b655449Copy full SHA for b655449
.github/workflows/generate_coverage.yaml
@@ -64,6 +64,8 @@ jobs:
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
+ echo "Looking for undefined symbols in libmkl_sycl_vm.so.5:"
68
+ sudo nm -A -u /opt/intel/oneapi/mkl/2025.1/lib/libmkl_sycl_vm.so.5
69
70
- name: Install Lcov
71
run: |
0 commit comments