anyone tinkered with cuda?
Posted: Mon Aug 21, 2017 4:50 pm
I had a gtx750ti and spent some time on C99 extensions on parallel computing.
Setup CUDA8.0 at home and looked at some sample projects in VS15 as a baby step.
I looked at source for deviceQuery utility, built and ran which probes lot of GPU characteristics on the system if it is found.
Now digging deeper, tried to look into one of the api function, and yes the header file is available in the cuda installation directory. However actual source of function body in does not seem to be available anywhere (was looking for files with *.c extension). grep with cygwin revealed something in *.lib. According to google search, lib appears to be a several compiled obj put together for distribution.
This means actual cuda source is not distributed?
Setup CUDA8.0 at home and looked at some sample projects in VS15 as a baby step.
I looked at source for deviceQuery utility, built and ran which probes lot of GPU characteristics on the system if it is found.
Now digging deeper, tried to look into one of the api function, and yes the header file is available in the cuda installation directory. However actual source of function body in does not seem to be available anywhere (was looking for files with *.c extension). grep with cygwin revealed something in *.lib. According to google search, lib appears to be a several compiled obj put together for distribution.
This means actual cuda source is not distributed?