Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 552 Bytes

File metadata and controls

19 lines (16 loc) · 552 Bytes

CUDNN_STATUS_INTERNAL_ERROR CUDNN_STATUS_BAD_PARAM Check failed: stream->parent()->GetConvolveAlgorithms(&algorithms)

Just for those who are driven mad by this:

I occasionally got a CUBLAS error as well. So I did this:

cd /usr/local/cuda/samples/7_CUDALibraries/simpleCUBLAS
sudo make
./simpleCUBLAS

and discovered that I could not initialise CUBLAS

So next I did this (based on advice)

sudo rm -rf ~/.nv

And it worked. Cheers.....thats 4 days wasted. Hope this saves someone else