Skip to content

Commit b655449

Browse files
committed
Looking for undefined symbols in libmkl_sycl_vm.so.5
1 parent af4fec4 commit b655449

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
sudo find /opt/intel/oneapi -name "libsycl.so*"
6565
echo "Running LDD with LD_LIBRARY_PATH to compiler:"
6666
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
6769
6870
- name: Install Lcov
6971
run: |

0 commit comments

Comments
 (0)