Cuda Driver API documentation and header is basically missing one/two things:
It does not explain how to switch between 32 bit and 64 bit version of cuda driver api.
NVCUDA.DLL is mentioned no where.
I am guessing NVCUDA64.DLL is the 64 bit version ? However it’s not directly in system32 folder but somewhere else ? Locations of these DLL’s in windows should be mentioned as well just in case.
Also is nvcuda.dll just a stub ? Will it actually switch to nvcuda32.dll or nvcuda64.dll based on some kind of detection ???
This is not good enough information for me. I am not using C/C++ with the CUDA Driver API, instead I am using a different programming language called: Delphi.
Thus I need more “binary based” information, then C/C++ compiler/linker switch magic.