lixiaobai09 / xgnn

XGNN: Boosting Multi-GPU GNN Training via Global GNN Memory Store
Apache License 2.0
1 stars 0 forks source link

DGL submodule not able to update #1

Open DuoLife-QNL opened 3 months ago

DuoLife-QNL commented 3 months ago

Hi, it seems that the URL given in the .gitmodules file of submodule DGL is a private repo, which needs to be logged in first. Can I use the public DGL repo instead? Or could you provide a modified submodule URL that is publicly available?

lixiaobai09 commented 3 months ago

I add a patch from the version 0.9.1 of the official dgl repository in GitHub. See the newest commit of XGNN repository. The patch of dgl is used to let DGL support loading CSC format dataset.

Use the command bash 3rdparty/dgl_install.sh to install dgl again.