Hi
I get the following link errors when linking an executable to nppif_static. Here is my
# define the project name project(CVizBlackSpotFillTest CXX CUDA) # set c++ standard set(CMAKE_CXX_STANDARD 14) # add include path include_directories(${PROJECT_SOURCE_DIR}/../../../libs/UlsImgMode/BMode/CViz/include ${PROJECT_SOURCE_DIR}/../../../libs/ImgProcess/include /usr/local/cuda/include) # enable position independen code set_target_properties(CViz PROPERTIES POSITION_INDEPENDENT_CODE ON) # enable cuda separable compilation set_target_properties(CViz PROPERTIES CUDA_SEPARABLE_COMPILATION ON) # add executable and link libraries add_executable(CVizBlackSpotFillTest CVizBlackSpotFillTest.cpp) target_link_libraries(CVizBlackSpotFillTest gtest_main ImgProcess CViz) target_link_libraries(CVizBlackSpotFillTest nppc_static cudart_static nppif_static)
Any kind of help is appreciated.
Thanks!
Wai Kwok
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in function
nppiFilterBorder32f_8u_C4R': Filter32f_SM20.compute_87.cudafe1.cpp:(.text+0x78d8): undefined reference to
nppGetStreamContext’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionnppiFilterBorder32f_8u_AC4R': Filter32f_SM20.compute_87.cudafe1.cpp:(.text+0x84b0): undefined reference to
nppGetStreamContext’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionnppiFilterBorder_32f_C2R': Filter32f_SM20.compute_87.cudafe1.cpp:(.text+0x8630): undefined reference to
nppGetStreamContext’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionnppiFilterBorder_32f_C3R': Filter32f_SM20.compute_87.cudafe1.cpp:(.text+0x8ac0): undefined reference to
nppGetStreamContext’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionnppiFilterBorder_32f_AC4R': Filter32f_SM20.compute_87.cudafe1.cpp:(.text+0x8f50): undefined reference to
nppGetStreamContext’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o):Filter32f_SM20.compute_87.cudafe1.cpp:(.text+0x93e0): more undefined references tonppGetStreamContext' follow /usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in function
void FilterBorderFloatNew<unsigned char, unsigned char, 3, float>(unsigned char const*, int, NppiSize, NppiPoint, unsigned char*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)‘:
Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x620): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xd80): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe08): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe5c): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xee0): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x10a8): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x10e8): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x116c): undefined reference to
Event’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionvoid FilterBorderFloatNew<signed char, signed char, 3, float>(signed char const*, int, NppiSize, NppiPoint, signed char*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)': Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x620): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xd80): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe08): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe5c): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xee0): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x10a8): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x10e8): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x116c): undefined reference toEvent' /usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in function
void FilterBorderFloatNew<unsigned short, unsigned short, 3, float>(unsigned short const*, int, NppiSize, NppiPoint, unsigned short*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)‘:
Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x71c): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xef0): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xf78): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xfd0): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x104c): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x1200): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x1240): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x12c8): undefined reference to
Event’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionvoid FilterBorderFloatNew<short, short, 3, float>(short const*, int, NppiSize, NppiPoint, short*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)': Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x71c): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xef0): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xf78): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xfd0): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x104c): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x1200): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x1240): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x12c8): undefined reference toEvent' /usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in function
void FilterBorderFloat16fNew<short, short, 3, float>(short const*, int, NppiSize, NppiPoint, short*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)‘:
Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x71c): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xef0): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xf78): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xfd0): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x104c): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x1200): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x1240): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi3EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x12c8): undefined reference to
Event’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionvoid FilterBorderFloat32fNew<float, float, 1, float>(float const*, int, NppiSize, NppiPoint, float*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)': Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x4f4): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb0c): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb88): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xbd0): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xc64): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe00): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe38): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat32fNewIffLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xec0): undefined reference toEvent' /usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in function
void FilterBorderFloatNew<unsigned char, unsigned char, 1, float>(unsigned char const*, int, NppiSize, NppiPoint, unsigned char*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)‘:
Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x4fc): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb1c): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb98): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xbe0): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xc74): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe10): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe48): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhhLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xed0): undefined reference to
Event’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionvoid FilterBorderFloatNew<signed char, signed char, 1, float>(signed char const*, int, NppiSize, NppiPoint, signed char*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)': Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x4fc): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb1c): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb98): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xbe0): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xc74): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe10): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe48): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIaaLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xed0): undefined reference toEvent' /usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in function
void FilterBorderFloatNew<unsigned char, short, 1, float>(unsigned char const*, int, NppiSize, NppiPoint, short*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)‘:
Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x4f4): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb18): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb90): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xbdc): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xc64): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe04): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe40): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIhsLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xec8): undefined reference to
Event’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionvoid FilterBorderFloatNew<signed char, short, 1, float>(signed char const*, int, NppiSize, NppiPoint, short*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)': Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x4f4): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb18): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb90): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xbdc): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xc64): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe04): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe40): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIasLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xec8): undefined reference toEvent' /usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in function
void FilterBorderFloatNew<unsigned short, unsigned short, 1, float>(unsigned short const*, int, NppiSize, NppiPoint, unsigned short*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)‘:
Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x528): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb7c): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xbf4): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xc44): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xcc8): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe6c): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xea8): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIttLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xf30): undefined reference to
Event’
/usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in functionvoid FilterBorderFloatNew<short, short, 1, float>(short const*, int, NppiSize, NppiPoint, short*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)': Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x528): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb7c): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xbf4): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xc44): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xcc8): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe6c): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xea8): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z20FilterBorderFloatNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xf30): undefined reference toEvent' /usr/bin/ld: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libnppif_static.a(Filter32f_SM20.o): in function
void FilterBorderFloat16fNew<short, short, 1, float>(short const*, int, NppiSize, NppiPoint, short*, int, NppiSize, float const*, NppiSize, NppiPoint, NppiBorderType, NppStreamContext)‘:
Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0x528): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xb7c): undefined reference to
Event’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xbf4): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xc44): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xcc8): undefined reference toEvent' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xe6c): undefined reference to
Stream’
/usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xea8): undefined reference toStream' /usr/bin/ld: Filter32f_SM20.compute_87.cudafe1.cpp:(.text._Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext[_Z23FilterBorderFloat16fNewIssLi1EfEvPKT_i8NppiSize9NppiPointPT0_iS3_PKT2_S3_S4_14NppiBorderType16NppStreamContext]+0xf30): undefined reference to
Event’
collect2: error: ld returned 1 exit status
make[2]: *** [apps/tests/BModeCViz/CMakeFiles/CVizBlackSpotFillTest.dir/build.make:111: apps/tests/BModeCViz/CVizBlackSpotFillTest] Error 1
make[1]: *** [CMakeFiles/Makefile2:787: apps/tests/BModeCViz/CMakeFiles/CVizBlackSpotFillTest.dir/all] Error 2
make: *** [Makefile:141: all] Error 2