0x0 0xb

If you do proper cuda error checking in your code, you can retrieve that 0xb error that is being reported from a cudaGetLastError call, and pass it to a decoder (cudaGetErrorString) that will tell you something more meaningful. CUDA runtime API error codes are enumerated in driver_types.h, which on a standard linux install will be … Read more

Blog Voter BV