Install cuda on windows

  1. Install Visual studio
  2. Follow the instruction https://developer.nvidia.com/how-to-cuda-c-cpp
  3. Enable the MS .NET Framework 3.5 https://stackoverflow.com/questions/39800823/cannot-compile-cuda-code-in-vs-2015/39862254#39862254

For the error: gdi32.lib missing   https://developercommunity.visualstudio.com/content/problem/41860/gdi32lib-missing.html

REF:

CUDA tookit document:

http://docs.nvidia.com/cuda/index.html

UDACITY course:

https://www.udacity.com/course/intro-to-parallel-programming–cs344

 

For the project:

Cannot find corecrt.h: $(UniversalCRT_IncludePath) is wrong

 

Leave a Reply

Your email address will not be published. Required fields are marked *