File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
TL1_custom_src_pattern_build Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff 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*" )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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=" " \
You can’t perform that action at this time.
0 commit comments