Installing NVidia Nsight Visual studio plugin for Debugging CUDA Kernel Code
So many visitors have asked me that,
“How to install NVidia Nsight Visual Studio plugin in
Visual Studio for Debugging CUDA Code?”
OR
“How to configure NVidia Nsight in Visual Studio for
debugging CUDA code?”
Today I’m going to teach you a step by step guide to
resolve above query. Please
follow below steps for correct installation and configuration afterword’s, I’ll
show you a video that will let you know How to use Nvidia Nsight Visual studio plugin for debugging CUDA code.
Step1: Get to know about
requirement, follow below link and check that your Card and visual studio
version met the requirement or not. Nsight
Visual Studio Edition Requirements.
|
Step
2: Get
to know Nsight Visual Studio
Edition Supported GPUs, follow below link Nsight
Visual Studio Edition Supported GPUs
|
Step3: To download Nsight
Visual studio plugin you need to register at Developer website of NVidia. If
you have an account already then download from here otherwise register at here (After registration, they send you a
download link), download your Nsight Visual studio plugin setup and save in
your Hard disk.
|
Step4: Start installation by
double clicking on Setup of Nsight, Installation will start automatically. Be
careful at this step, this is most important step at which you need to
concentrate more. When you start installing check does any requirement
doesn’t met, if yes then follow this link Install
Nsight Visual Studio Edition
|
Completed
all steps? Yes, Hurry you install Nsight perfectly (please verify it).
Now it’s time to learn how to use it, here is the video which describe you how
to use it.
Debugging Graphics using NVIDIA Parallel Nsight and Visual Studio
Got Questions?
Feel free to ask me any question because I'd be happy to walk you
through step by step!
References and External links
For Contact us….. Click on Contact us Tab
sir, I have downloaded the eclipse-SDK-4.2.2-linux-64 bit for CUDA programming and now i am looking for Nsight eclipse plugin to do the same. Can you help me in locating the same as Nsight visual studio plugin is available everywhere but not Nsight eclipse plugin..Any help is appreciated....
ReplyDeleteWell Nsight eclipse IDE is available as a part of CUDA 5 but i am using CUDA 4.2 so is there any way we can use Nsight eclipse in CUDA 4.2...
ReplyDeleteBunny D, There would be no problem if you install Latest CUDA 5.0, what you have to change is just path variable(if you want to use command line or Terminal in case of Linux) other than, like Windows if you have already installed with Visual studio , same in Linux with Eclipse, after that if you install CUDA 5.0 or any other version (no need to uninstall previous CUDA 4.2, it will prompt you to choose version while creating new project) it will detect and make all the require changes and setting(s) in you Visual studio or eclipse in case of Linux.
DeleteApart from this, I'll try to look at web for Nsight eclipse plugin, seperatly, if available .. then i'll let you know with link.
Best of Luck
Bunny D, I got to know that there is no Separate plugin for Eclipse (confirmed); all what you can to do, either comply with my above reply or calm your self with Command line debugging using CUDA-GDB....
DeleteLet me know, if i can help further ...