Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 torch 和 cudnn 编写一个 convnet 并且有一些内存问题。我尝试使用 cuda-memcheck 调试脚本只是注意到它在通过 cuda-memcheck 馈送时实际运行(尽管比它应该慢)。
事实证明,如果 cuda-memcheck 在后台运行,脚本本身的单独实例也可以正常运行。
知道这里可能会发生什么吗?