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.
我有一个两个 gpu 系统,一个 Geforce 8400 GS 和 Geforce GT 520。我能够在两个 gpu 上运行我的 cuda 程序。但是当我使用 cuda-gdb 调试它们时,我收到一条错误消息,说Cuda driver initialization failed.另外,当我使用 运行程序时cuda-gdb,cudaGetDeviceCount说我只有 1 个 gpu。如果我不使用cuda-gdb. 有人可以帮我吗?
Cuda driver initialization failed.
cuda-gdb
cudaGetDeviceCount
我正在运行 Ubuntu 11.04。