Winlibs for cuda
Dear Winlibs friends,
It is known that cuda only supports MSVC cl compiler. I searched for a cuda-mingw-gcc solution for long time. Some people said cuda goes well with the mingw-clang although I couldn't accomplish it. Therefore, I would like to ask if anybody know how to solve the cuda issue by winlibs. I think sponsor for this solution is highly possible, and
best regard CC Tsai
I would love to try that, but the only cuda sources I can find are at https://developer.download.nvidia.com/compute/cuda/opensource/ but that seems to be only gdb code. Where can I find the actual source for cuda?
Dear Creator of Winlibs,
The cuda is not open source. You can only change gcc for cuda. By the way, the linux-gcc goes well with cuda. Also, I have the mingw-gcc with opencl successfully via "reimp OpenCL.lib". Therefore, it may be possible to use the mingw-reimp to convert the official cuda-vc-lib file to mingw-a file and modify mingw-gcc for it.
best regard CC