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 b5b390d commit 90706a7Copy full SHA for 90706a7
.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 /home/runner/miniconda3/envs/test/lib/python3.11/site-packages/spdl/io/lib/libspdl_cuda4.so
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