Hi all:
I will be so appreciate if anybody let me know that after i have installed GPU nVidia Geforce on windows , how i could make program in CUDA environment? from where i should start ?
Thanks
Hi all:
I will be so appreciate if anybody let me know that after i have installed GPU nVidia Geforce on windows , how i could make program in CUDA environment? from where i should start ?
Thanks
you can read Dr. Dobb’s lecture note on
[url=“CUDA, Supercomputing for the Masses: Part 1 | Dr Dobb's”]http://www.drdobbs.com/cpp/207200659[/url]
and check CUDA programming guide
Thanks alot, but the problem i that he did not mention the steps to open a project and running a CUDA program. I need to know what steps I should pass to create a project and give me a simple code and let me know how to Run it. For example where i should add header file in C, or .cu and…
Thanks
The best way is to use cmake. I would recommend cmake 2.6.3 or higher.
DarkTerror
Have you tried the CUDA SDK samples? The template may be where you want to look.
Have you tried the CUDA SDK samples? The template may be where you want to look.