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 并行的阶段,但是我使用 C++ 而不是 C,我担心我的程序是否不能使用 CUDA 编译!
有人可以找到这笔交易的证据。
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.