1.编译脚本指令
nvcc --ptxas-options=-v --compiler-options '-fPIC' -olibcudautil.so--shared ../mv_src/cudaScale.cu
2.mv_src 编译脚本要加上
MVBUILD+=" -lcudautil"
3.error type
4.调试方式
http://docs.nvidia.com/cuda/cuda-memcheck/index.html#axzz4i4x7eci2
1.编译脚本指令
nvcc --ptxas-options=-v --compiler-options '-fPIC' -olibcudautil.so--shared ../mv_src/cudaScale.cu
2.mv_src 编译脚本要加上
MVBUILD+=" -lcudautil"
3.error type
4.调试方式
http://docs.nvidia.com/cuda/cuda-memcheck/index.html#axzz4i4x7eci2
本文标题:centos cuda 编译共享库
本文链接:https://www.haomeiwen.com/subject/snvfcxtx.html
网友评论