I am debugging a cuda program and got the following warning:
warning: Cuda API error detected: cudaMemcpy returned (0xb)
warning: Cuda API error detected: cudaMemcpy returned (0xb)
warning: Cuda API error detected: cudaGetLastError returned (0xb)
Error in kernel
GPUassert: invalid argument
when I type "where" in cuda-gdb, it says "no stack."
(cuda-gdb) where
No stack.
How should find where my program crashed ?