I'm starting to program with CUDA, and in some examples I find cuda.h, cuda_runtime.h and cuda_runtime_api.h, included in the code. Can someone explain me the difference between each of theses files?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In very broad terms:
If you were writing host code to be compiled with the host compiler which includes API calls, you would include either |
||||
|
|
