Where I can find *.debug
file with debugging info for CUDA libraries from CUDA SDK, namely CUFFT and CUDA Runtime API (cudart), and how to provide them to debugger and/or profiler?
Without this info debugging application that uses CUDA libraries is very difficult, especially when the error is in CUDA code.