tensorflow: cudaGetDevice() failed. Status: cudaGetErrorString symbol not found.

After installing Cuda 10.1 and CuDNN, I am getting above error when testing if tensorflow 2.0 can recognize my GPU, I am using a GTX 1060, on Windows 10.

I am trying to run: tf.test.is_gpu_available( cuda_only=False, min_cuda_compute_capability=None )

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 18 (1 by maintainers)

Most upvoted comments

Wtf seriously? When is support for cuda 10.1 planned?

I have cuda with version 10.0.130 and I get the same error with a Gtx 1070 on Windows 10.

copying only cudart64_100.dll from a 10.0 installation into the 10.1 bin folder seems to work (as a workaround until 10.1 support is added)