Changes

Jump to: navigation, search

GPU610/DPS915 Student Resources

717 bytes removed, 16:56, 6 October 2015
Cuda Win32/x64 Library
Hope this helps anyone, as it insanely irritated me as changing up the environment path on windows did nothing.
 
== Cuda Win32/x64 Library ==
 
After following the instructions,,provided in today's lecture, to setting up the library and include files in the project properties to run Cuda on VS 2012 Express at home, I still encounter
the linker error; "unable to find cuda_runtime.h". Googling around, there are two ways around this. By default, VS Studio uses the 32bit debugger, which you can change in project properties. You will have to
use the Win32 version of the library directives (ie in my case "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\Win32") with the default debugger. If use the x64 library files, change the debugger to 64bit (which I neglected and lost a good portion of time). Cheers.
 
-- Peter Huang
== Dynamically Allocated Shared Memory ==

Navigation menu