Something relates to Computer Science and Technology, something relates to China and something I am not sure!
Sunday, May 15, 2011
How to program CUDA in C++ with Qt Creator
Some threads in Nvidia forum show that we could make the CUDA code into C++ shared library, which contains device/host memory as needed and do the CUDA calls. Then we link this into a Qt program.
how can I link?
ReplyDelete