Skip to content

Commit 0f48f67

Browse files
committed
Test nvJpeg/NPPI in CI
1 parent e1531a0 commit 0f48f67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/_build_linux_cuda.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ env:
3434
SPDL_USE_TRACING: 1
3535
SPDL_BUILD_STUB: 0
3636
SPDL_USE_CUDA: 1
37+
SPDL_USE_NVJPEG: 1
38+
SPDL_USE_NPPI: 1
3739
SPDL_USE_NVCODEC: "${{ inputs.use-nvdec == 'nvdec' }}"
3840

3941
jobs:

src/libspdl/cuda/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ if (SPDL_USE_NVJPEG)
4747
list(APPEND srcs
4848
nvjpeg/decoding.cpp
4949
nvjpeg/detail/utils.cpp
50-
nvjpeg/detail/decoding.cpp
5150
)
5251
if (SPDL_USE_NPPI)
5352
list(APPEND srcs

0 commit comments

Comments
 (0)