Hongzhi (Steve), Chen

Results 53 comments of Hongzhi (Steve), Chen

Hi Da, can you help us clarify the reproduce steps? We are having a hard time guessing which piece went wrong :(

Duplicated with https://github.com/dmlc/dgl/issues/4744?

Hi @yaox12 , is this done already?

Sure, feel free to do so.

This has been done by Da's team.

The way we implement DataLoader (https://github.com/dmlc/dgl/blob/658b2086b09bbd76c3d3f488af2b155a1c921052/python/dgl/graphbolt/dataloader.py#L79C7-L79C17) right now isn't perfect. It makes a lot of assumption that might cause problems later. Once those problems hit, we should redesign it. We...

The primary optimization has done. For most cases, which has less than int32 number of nodes, we have the optimization in place. The future work is to support cases that...

duped with https://github.com/dmlc/dgl/issues/4870