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 e1531a0 commit a561801Copy full SHA for a561801
.github/workflows/_build_linux_cuda.yml
@@ -34,6 +34,9 @@ env:
34
SPDL_USE_TRACING: 1
35
SPDL_BUILD_STUB: 0
36
SPDL_USE_CUDA: 1
37
+ SPDL_USE_NVJPEG: 1
38
+ SPDL_USE_NPPI: 1
39
+ SPDL_LINK_STATIC_NVJPEG: 1
40
SPDL_USE_NVCODEC: "${{ inputs.use-nvdec == 'nvdec' }}"
41
42
jobs:
src/libspdl/cuda/CMakeLists.txt
@@ -47,7 +47,6 @@ if (SPDL_USE_NVJPEG)
47
list(APPEND srcs
48
nvjpeg/decoding.cpp
49
nvjpeg/detail/utils.cpp
50
- nvjpeg/detail/decoding.cpp
51
)
52
if (SPDL_USE_NPPI)
53
0 commit comments