Question

How to know if a GPU is supported by CUDA / TensorFlow under Linux?


Annonce
Ad

Answer

Run one of the following command to get the reference of the GPU:
$ lspci |grep VGA
$ lspci
Go to the CUDA GPUs page and check if the GPU is in the list.


[source]
# ID Query