-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When will cuda 11.2 be supported? #2790
Comments
CUDA 11.2 has been reported with some serious bugs. Therefore you can see PyTorch didn't release with 11.2 also. I don't think we will release 11.2 binary until PyTorch do so. Could you post your compilation error here? Thus we can help make it work on your machine. |
Hi, just wanted to share that after 2 days debugging my code using cuda 11.1, I decided to switch pytorch/dgl to cuda 10.x, and got my program to work. I dont have the compilation error, but the code would work normally on CPU. In GPU, it would work until a certain type of operation was done. If I tried to print the tensor, the notebook would crash. Also, trying to do reduce operations (more specifically torch.cumsum, would also break the notebook. Sending to CPU and doing the same operation would work. The errors I got were: |
@fmellomascarenhas the bug you mentioned should have been fixed in #2308 . What version of DGL you were using? |
My guess is that I used using pip install --pre dgl-cu110. Since I uninstalled everything and reinstalled the new 10.x cuda version, I cant say for sure :/ But I am glad to know that it was fixed. Btw, let me just ask a quick question: To use fp16, do I really have to compile DGL from source, as described in the website? Thanks! |
|
For now, compiling with CUDA 11.1+ would require you specify the following macro definition esp. for PyTorch 1.8.0-:
The reason is kinda complicated and discussed in multiple places, for instance NVIDIA/thrust#1401 and pytorch/pytorch#54245. |
NVIDIA build CUDA enabled docker container for DGL. Welcome to try the early access DGL container with 0.8.0post2. 3090 is supported. |
🚀 Feature
NVIDIA 3090 need pytorch 1.8 and cuda 11.2,I tried to compile myself, but ran with an error of CUDA order.
When will cuda 11.2 be supported?
The text was updated successfully, but these errors were encountered: