amirstan_plugin icon indicating copy to clipboard operation
amirstan_plugin copied to clipboard

some issues when build with win10 use clion cuda11.1 tensorrt 8.0

Open lqyp0420 opened this issue 3 years ago • 1 comments

batchedNMSPlugin/kernel.h line 32 std::max->std::fmax; batchedNMSPlugin batchedNMSInference.cpp and batchedNMSPlugin.h nmsInference is not the same; torchCumPlugin torchCumPlugin.cpp line 58 or->||;

cmakeslist

  1. find_package(CUDA REQUIRED) changed to set(CMAKE_SIZEOF_VOID_P 8) FIND_PACKAGE(CUDA REQUIRED);
  2. add libraries when use cublas:target_link_libraries(${SHARED_TARGET or STATIC_TARGET} ${CUDA_cublas_LIBRARY})

lqyp0420 avatar Feb 24 '22 07:02 lqyp0420

Thanks for the notification! Would you like to create a PR to fix it?

grimoire avatar Mar 01 '22 08:03 grimoire