Pytorch_geometric: Cuda 11 and RTX 30 Series GPU Support

Created on 24 Oct 2020  ·  6Comments  ·  Source: rusty1s/pytorch_geometric

❓ Questions & Help

Is there going to be a new version that supports Cuda 11 above and RTX 30 Series GPUs soon?

Most helpful comment

CUDA 11 should be supported when manually installing from source. We will officially support it once PyTorch 1.7.0 lands.

All 6 comments

CUDA 11 should be supported when manually installing from source. We will officially support it once PyTorch 1.7.0 lands.

Should be any day now. For some reason I seem to have errors with using .jit when combined with forward/dataparallel, same network with conv2d doesn't fail :/ Hopefully python 1.7.0 fixes this.

Really look forward to CUDA 11 support.

I was under the impression that CUDA 11 had some bugs (I think slow performance on tensor cores for 3D conv), that were fixed in CUDA 11.1 (or the new cudnn?).

There's a bunch of similar bugs in the pytorch bug tracker.

image

It seems that PyTorch 1.7.0 has landed.

I just upgraded my dev environment to CUDA 11.1/cudnn 8/pytorch 1.7.0.
Aside from having to modify the magma build scripts, I was able to install pytorch + pytorch geometric without additional patches.

Was this page helpful?
0 / 5 - 0 ratings