Machinelearning: [GPU] What is the required minimum version of CUDA?

Created on 20 Jan 2021  路  6Comments  路  Source: dotnet/machinelearning

Raising a question based on docs issue dotnet/docs#21251

Do the existing docs need to be updated with another CUDA version? https://github.com/dotnet/machinelearning/blob/master/docs/api-reference/tensorflow-usage.md

P3 documentation

All 6 comments

I am not sure. I know the version of tensorflow was updated. Let me see if I can figure out what version of CUDA tensorflow wants.

So tensorflow.net claims they want 10.0, and tensorflow itself supports lots of versions. I'll try and run/install with the version we have listed and see what happens.

Ok, after looking into more detailed docs and testing it myself, it does require at least 10.1 for CUDA. Looking into cuDNN more now.

So I was able to get it to work with the updated CUDA version, 10.1, but still leaving cuDNN as the original version 7.6.4.

I can't right now, but I'll get PR created that will update this documentation and the link.

Thanks for looking into this @michaelgsharp

To confirm:

CUDA version: 10.1
cuDNN: 7.6.4

That is correct. On the nvidia website they have 10.1, 10.1 update 1, and 10.1 update 2. I tested with 10.1 update 2, but in theory they should all work.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

daholste picture daholste  路  3Comments

JakeRadMSFT picture JakeRadMSFT  路  3Comments

maxt3r picture maxt3r  路  3Comments

sfilipi picture sfilipi  路  4Comments

neven10 picture neven10  路  3Comments