How to use dgl in CUDA12.2

My configuration is pytorch2.0.1+CUDA12.2+python3.10.The error message is “Check failed: allow_missing: Device API cuda is not enabled. Please install the cuda version of dgl”.
In the past period of time, I have tried dgl2.0.0, which is compatible with the dgl version of CUDA12.1, but it did not run well.May I ask if you can provide me with some ideas to solve this mismatch problem?

CUDA 12.2 is not officially supported now. Please follow the instruction here (Deep Graph Library) for installation of supported PyTorch & Cuda verision.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.