Is there any other way to solve the old problem of this GPU?

After installing cuda8.0 and cudnn,I try to run pytorch on cuda:
GTX650 which is of cuda capability 3.0,no longer supports this GPU because is too old

Is there any other way to solve the old problem of this GPU?

Hi,

Unfortunately, such old GPUs tend to have quite bad performances for compute tasks (even compared to a recent CPU).
To reduce binary size and allow the use of the newer CUDA features, they are not included in the binary.
For now if you really want to use it, you can compile pytorch from source and all should work. New functions that will be added in the future might not be supported for old architectures though.

thankyou .I will try to compile pytorch from source .

Alban D noreply@discuss.pytorch.org于2018年12月8日 周六下午9:14写道: