0xb

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 err…

Load More
That is All