Hi,
I´ve made some of my own CUDA code additional to OpenCV code, which I would like to debug using Parallel NSight in Visual Studio. CUDA kernels are in separate .cu files.
When I am trying to start CUDA debugging, while (or just after, not sure) loading lots of modules (various .cu files) it crashes. This is the error I get:
OpenCV Error: Gpu API call (out of memory) in unknown function, file ..\.\opencv-2.4.4\modules\core\src\gpumat.cpp, line 1415
Anyone knows what is the issue, and is it possible to debug CUDA code?