CUDA常见错误排查 gaopeng 2019-12-27 NVIDIA NVIDIA 常见的错误说明 https://zhuanlan.zhihu.com/p/360727546 排查工具 cuda-memcheck,在cuda11.0 之后就不建议使用了。 CUDA11.0 之后提供了 compute-sanitizer, 具体使用参考官方示例: https://github.com/NVIDIA/compute-sanitizer-samples