0

我还没有达到将我的程序与 CUDA 并行的阶段,但是我使用 C++ 而不是 C,我担心我的程序是否不能使用 CUDA 编译!

有人可以找到这笔交易的证据。

4

1 回答 1

5

This is a common question about CUDA. You can compile device code with nvcc to object file then link in using g++.

For more information see this post, for example.

于 2012-05-13T21:11:45.903 回答