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.
当我尝试CUDA使用 mac 调试程序时,它给了我这个错误:
CUDA
"A device about to be used for compute may already be in use for graphics", and the debugging is aborted.
我的计算机中有 2 个 GPU:NVIDIA以及Intel HD,这个问题是如何出现的,以及如何克服它?
NVIDIA
Intel HD
有人可以帮我吗?
无法在Linux 或OS X 中的显示 GPU 上进行调试。这在 CUDA 发行说明中有明确说明。
这意味着只能在显示 GPU 上“运行”代码,而不是“调试”。