Skip to content

Commit b149155

Browse files
committed
DBG: Print symbols
1 parent b5b390d commit b149155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_build_linux_cuda.yml

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ jobs:
149149
export "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${cudart_dir}"
150150
151151
# Run test
152+
nm `python -c 'import spdl.io;print(spdl.io.lib._libspdl_cuda.__file__)'`
153+
152154
python -c 'import spdl.io.utils;assert spdl.io.utils.built_with_cuda()'
153155
if "${{ inputs.use-nvdec == 'nvdec' }}" ; then
154156
python -c 'import spdl.io.utils;assert spdl.io.utils.built_with_nvcodec()'

0 commit comments

Comments
 (0)