Skip to content

Commit 6a7fda3

Browse files
committed
Fixes
Signed-off-by: Joaquin Anton Guirao <[email protected]>
1 parent bea432e commit 6a7fda3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dali/operators/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ if (NOT OPERATOR_SRCS_PATTERN STREQUAL "" OR
6666
list(APPEND EXTRA_FILES "${CMAKE_CURRENT_SOURCE_DIR}/operators.cc")
6767
# Those are needed for operators.cc to have all symbols
6868
list(APPEND EXTRA_FILES "${CMAKE_CURRENT_SOURCE_DIR}/util/npp.cc")
69-
list(APPEND EXTRA_FILES "${CMAKE_CURRENT_SOURCE_DIR}/decoder/nvjpeg/nvjpeg_helper.cc")
7069
list(APPEND EXTRA_FILES "${CMAKE_CURRENT_SOURCE_DIR}/video/dynlink_nvcuvid/dynlink_nvcuvid.cc")
7170

7271
list(APPEND OPERATOR_SRCS_PATTERN_EXCLUDE "*test*")

qa/TL0_self_test_Ampere/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test_body() {
3030
done
3131

3232
# test decoders on A100 as well
33-
${python_new_invoke_test} -s decoder test_image
33+
${python_new_invoke_test} -s decoder test_imgcodec
3434

3535
# test Optical Flow
3636
${python_new_invoke_test} -s operator_1 test_optical_flow

qa/TL1_custom_src_pattern_build/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ example_2() {
3333
cmake -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc \
3434
-DBUILD_TEST=ON \
3535
-DBUILD_BENCHMARK=OFF \
36-
-DOPERATOR_SRCS_PATTERN="reader/tf*.cc;reader/loader/loader.cc;decoder/cache/*" \
36+
-DOPERATOR_SRCS_PATTERN="reader/tf*.cc;reader/loader/loader.cc;decoder/cache/*;imgcodec" \
3737
-DOPERATOR_TEST_SRCS_PATTERN=" " \
3838
-DKERNEL_SRCS_PATTERN=" " \
3939
-DKERNEL_TEST_SRCS_PATTERN=" " \

0 commit comments

Comments
 (0)