Windows 10, CUDA v10.1.168, VS 2017, MATLAB 2018a, matconvnet-1.0-beta25
Managed to get it compiled.
vl_testnn without cudnn passes all.
vl_testnn with cudnn fails with 61 errors.
Every function that has an error, only fails sometimes. An example of a fail from each function that generates an error:
Error occurred in nnbnorm[dataType=single,device=gpu]/regression(rows=value1,cols=value1,numDims=value1,batchSize=value1) and it did not run to completion.
Windows 10, CUDA v10.1.168, VS 2017, MATLAB 2018a, matconvnet-1.0-beta25
Managed to get it compiled.
vl_testnn without cudnn passes all. vl_testnn with cudnn fails with 61 errors.
Every function that has an error, only fails sometimes. An example of a fail from each function that generates an error:
Error occurred in nnbnorm[dataType=single,device=gpu]/regression(rows=value1,cols=value1,numDims=value1,batchSize=value1) and it did not run to completion.
Error occurred in nnconv[dataType=single,device=gpu]/filter_shapes(bias=value1,fw=value2,fh=value2) and it did not run to completion.
Error occurred in nnconvt[dataType=single,device=gpu]/basic(depth=value1,numImages=value1,numFilters=value1) and it did not run to completion.
Error occurred in nndagnn[dataType=single,device=gpu]/simpleRun and it did not run to completion.
Error occurred in nnmnist[dataType=single,device=gpu]/valErrorRate(networkType=simplenn) and it did not run to completion.
Error occurred in nnpool[dataType=single,device=gpu]/basic(poolx=value1,pooly=value1) and it did not run to completion.
Any ideas? Thanks