We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b390d commit b149155Copy full SHA for b149155
.github/workflows/_build_linux_cuda.yml
@@ -149,6 +149,8 @@ jobs:
149
export "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${cudart_dir}"
150
151
# Run test
152
+ nm `python -c 'import spdl.io;print(spdl.io.lib._libspdl_cuda.__file__)'`
153
+
154
python -c 'import spdl.io.utils;assert spdl.io.utils.built_with_cuda()'
155
if "${{ inputs.use-nvdec == 'nvdec' }}" ; then
156
python -c 'import spdl.io.utils;assert spdl.io.utils.built_with_nvcodec()'
0 commit comments