Nsight eclipse basic example compilation and debug of matrixMul

Hi,
I’m new on cuda/Nsight.
I decided to start with the nsight eclipse IDE. I try to reproduce debug compilation of martixmul example inside nsight.
And I have some very basic questions.

What is the “better” way. Did I have to import all the the cuda v5 samples ? I that case how to complie only the MartixMul

How to import only the Matrixmul example ? and compile it on debug mode ?

Regards

Nicolas

Unfortunately, preview release of the Nsight Eclipse Edition does not support importing CUDA SDK examples (but we are working hard to add this to the final 5.0 version).

As a starting point I would suggest creating CUDA C/C++ project from a “CUDA Runtime Project” template.