How can I use CUDA? Please Help me to know How Can I use 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:

  1. Install CUDA toolkit

  2. Install CUDA SDK

  3. Install Visual Studio 2005 Express or Full edition( I didn’t try Visual Studio 2008 )

  4. Add cuda/bin in the path env variable

  5. 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

  1. Install CUDA_VS2005 plugin to Integrate CUDA with Visual C++

http://forums.nvidia.com/index.php?showtopic=65111

http://sarathc.wordpress.com/2008/09/26/ho…-with-visual-c/

  1. Enable Syntax Highlighting for CUDA in Visual Studio

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!!

My MSN:jhf2160@live.cn

Study CUDA together!! Fighting!