CUDA-PointPillars
CUDA-PointPillars copied to clipboard
How to modify this reipo to make it work on amd64 computer?
Hi,
thanks for your amazing work! Could you please tell me which part of this repo should be modified if I want to deploy this system on amd64 computer?
@HilbertXu Hey, for me I just modified the CMakeLists.txt to know the cuda and tensorrt on my laptop:
include_directories(
/usr/local/cuda/include
/home/travis/packages/TensorRT-7.1.3.4/include
../include/
../include/plugin/
)
link_directories(
/usr/local/cuda/lib64
/home/travis/packages/TensorRT-7.1.3.4/lib
)
@jcuic5 Hey, thanks for your reply, I tested your config, and i works fine? thanks!
trt_infer: Assertion failed: cublasStatus == CUBLAS_STATUS_SUCCESS ../rtSafe/cublas/cublasLtWrapper.cpp:279 Aborting... trt_infer: ../rtSafe/cublas/cublasLtWrapper.cpp (279) - Assertion Error in getCublasLtHeuristic: 0 (cublasStatus == CUBLAS_STATUS_SUCCESS) : engine init null! How to solve this problem
trt_infer: Assertion failed: cublasStatus == CUBLAS_STATUS_SUCCESS ../rtSafe/cublas/cublasLtWrapper.cpp:279 Aborting... trt_infer: ../rtSafe/cublas/cublasLtWrapper.cpp (279) - Assertion Error in getCublasLtHeuristic: 0 (cublasStatus == CUBLAS_STATUS_SUCCESS) : engine init null! How to solve this problem
for me, fixed by install CUDA 10.2 patch 1 https://developer.nvidia.com/cuda-10.2-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=runfilelocal