CUDA小坑记录
1.NPP庫:multiple definition of `npp::operator<<(std::ostream&, npp::Exception const&)'
https://devtalk.nvidia.com/default/topic/1049649/cuda-programming-and-performance/possible-npp-bug-in-npp-operator-lt-lt-overloading/
2.nvprof權限問題:sudo: nvprof: command not found
sudo $(which nvprof) /path/to/your/executable
Refer to:?https://askubuntu.com/questions/428234/nvcc-not-found-but-only-when-using-sudo
轉載于:https://www.cnblogs.com/pepetang/p/11398524.html
總結
- 上一篇: 泛型擦除机制、自定义注解、代理、反射
- 下一篇: Java_注解 反射 字节码 类加载机制