Hello,
I’ve been trying to debug a Web Application that is using CUDA in order to parallelize some calculations. Those calculations are happening inside a .lib file that in part is build inside a .dll file. The dynamic library is exposing COM objects to the backend of the Web Application (build using ASP.NET in C#). The way that I’m launching this Web Application is through IIS Express on Windows 11. I couldn’t find a way to actually debug the CUDA Kernels using NSight debugger so I was hoping if anyone has worked on something similar before ? I would appreciate the help, thanks !