Skip to content
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

Support for CUDA 12 #595

Open
ruze00 opened this issue Apr 18, 2024 · 1 comment
Open

Support for CUDA 12 #595

ruze00 opened this issue Apr 18, 2024 · 1 comment

Comments

@ruze00
Copy link

ruze00 commented Apr 18, 2024

CUDA 12 has been out for a while now and most people are using PyTorch with 12.1. This library should be upgraded if it is still being used.

@Chenxuanqi666
Copy link

My cuda version is 12.1, and I can run it on this project,but when install dgl,there is a erro:AttributeError: module 'dgl.function' has no attribute 'copy_src',The solution is to replace the copy_src(src, out) function with copy_u(u, out)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants