'How to run some code compiled in DLL on GPU
I have program written in C++ and compiled as DLL and theres some code in my program that's difficult to compute on CPU so I wanna run it on GPU instead, is it somehow possible ? I don't know if I will have to rewrite my entire project because of CUDA or other toolkits. Also my program must be in DLL not EXE
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
