Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which PyTorch version is CUDA compute capability 3.0 compatible?

Tags:

gpu

pytorch

I have a Nvidia GeForce GTX 770, which is CUDA compute capability 3.0, but upon running PyTorch training on the GPU, I get the warning

Found GPU0 GeForce GTX 770 which is of cuda capability 3.0.
PyTorch no longer supports this GPU because it is too old.
The minimum cuda capability that we support is 3.5.

and subsequently the error RuntimeError: CUDA error: no kernel image is available for execution on the device.

Was there an old PyTorch version, that supported graphics cards like mine with CUDA capability 3.0? If yes, which version, and where to find this information? Is there a table somewhere, where I can find the supported CUDA versions and compatibility versions?

If it is relevant, I have CUDA 10.1 installed.

like image 764
Alexander Pacha Avatar asked Jan 19 '26 00:01

Alexander Pacha


1 Answers

PyTorch 0.3.0 was the last version to support CUDA compute capability 3.0.

Alternatively, you could compile PyTorch from source (which may still support this, I haven't verified).

like image 110
iacob Avatar answered Jan 22 '26 15:01

iacob



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!