graph4nlp
graph4nlp copied to clipboard
Support for CUDA 12
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.
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)
How did you and what version of dgl did you install?