Open mfbalin opened 9 months ago
Changed the default value to 10240. I wonder if this value is sufficient for the most recent GPUs. Ideally, the value should be specific to a GPU platform depending on the latency and bandwidth characteristics. @TristonC
🔨Work Item
IMPORTANT:
Project tracker: https://github.com/orgs/dmlc/projects/2
Description
https://github.com/dmlc/dgl/blob/fe78093fb74719e39e4bba372d44822a4be8c568/python/dgl/graphbolt/dataloader.py#L172
Investigate whether this default is good for different scenarios and systems. If it is not, we should set the default to a higher value to be safe.
@TristonC