File tree 3 files changed +2
-3
lines changed
TL1_custom_src_pattern_build
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
66
66
list (APPEND EXTRA_FILES "${CMAKE_CURRENT_SOURCE_DIR} /operators.cc" )
67
67
# Those are needed for operators.cc to have all symbols
68
68
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" )
70
69
list (APPEND EXTRA_FILES "${CMAKE_CURRENT_SOURCE_DIR} /video/dynlink_nvcuvid/dynlink_nvcuvid.cc" )
71
70
72
71
list (APPEND OPERATOR_SRCS_PATTERN_EXCLUDE "*test*" )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ test_body() {
30
30
done
31
31
32
32
# test decoders on A100 as well
33
- ${python_new_invoke_test} -s decoder test_image
33
+ ${python_new_invoke_test} -s decoder test_imgcodec
34
34
35
35
# test Optical Flow
36
36
${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() {
33
33
cmake -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc \
34
34
-DBUILD_TEST=ON \
35
35
-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 " \
37
37
-DOPERATOR_TEST_SRCS_PATTERN=" " \
38
38
-DKERNEL_SRCS_PATTERN=" " \
39
39
-DKERNEL_TEST_SRCS_PATTERN=" " \
You can’t perform that action at this time.
0 commit comments