I don’t know how can I use CUDA ?
I installed these
1. CUDA Driver
2. CUDA Toolkit
3. CUDA SDK code samples
but I don’t know what I need after to
make my first program
I like to know
how can I open the architecture CUDA??
I don’t know how can I use CUDA ?
I installed these
1. CUDA Driver
2. CUDA Toolkit
3. CUDA SDK code samples
but I don’t know what I need after to
make my first program
I like to know
how can I open the architecture CUDA??
I need to instald visual basic???
I need to install
visual basic And use the libraries CUBLAS ???
QUOTE (osa1611 @ May 13 2009, 09:44 PM) *
You need these main steps to run CUDA using emulation mode on windows:
Install CUDA toolkit
Install CUDA SDK
Install Visual Studio 2005 Express or Full edition( I didn’t try Visual Studio 2008 )
Add cuda/bin in the path env variable
make sure you have these environment variables based on your installation directories
CUDA_BIN_PATH: i.e. C:\CUDA\bin
CUDA_COMMON_INC_PATH: i.e. C:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\common\inc
CUDA_COMMON_LIB_PATH: i.e. C:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\common\lib
CUDA_INC_PATH: i.e. C:\CUDA\include
CUDA_LIB_PATH: i.e. C:\CUDA\lib
NVSDKCUDA_ROOT: i.e. C:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK
http://forums.nvidia.com/index.php?showtopic=65111
http://sarathc.wordpress.com/2008/09/26/ho…-with-visual-c/
http://sarathc.wordpress.com/2008/09/04/ho…al-studio-2005/
The other thing, when you try to run your code make sure you are using Emudebug if you do the integration using CUDA_VS2005 plugin.
I hope that helps!
this helped me out…and i was able to setup cuda on windows box…
Thank you!!!
You should install as following:
1ã€driver
2ã€toolkit
3ã€sdk
4ã€VS 2005|2008
5ã€build your project
Wish you succeed!!
Study CUDA together!! Fighting!