kunzmi / managedCuda

ManagedCUDA aims an easy integration of NVidia's CUDA in .net applications written in C#, Visual Basic or any other .net language.
Other
449 stars 80 forks source link

GPU debugging in managedCuda #1

Closed luc-como closed 8 years ago

luc-como commented 8 years ago

Hello Michael, I have recently started learning CUDA programming and I am interested in using it within the .NET framework. I know that NVIDIA NSight provides tools for debugging and profiling the GPU code. Do you have suggestions on how to do that with managedCUDA? Thanks for your help!

kunzmi commented 8 years ago

There's in principle no difference between debugging and profiling CUDA applications written for/with managedCuda and a straight forward native application. But a few things should be considered: