dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.34k stars 3k forks source link

[GraphBolt][Regression] MultiGPU benchmark on papers100M #7350

Open mfbalin opened 4 months ago

mfbalin commented 4 months ago

🔨Work Item

IMPORTANT:

Project tracker: https://github.com/orgs/dmlc/projects/2

Description

Let's run the multiGPU graphbolt benchmark with the following additional configurations for differing numbers of GPUs:

  1. --dataset=ogbn-papers100M --gpu-cache-size=5000000
  2. --dataset=ogbn-papers100M --gpu-cache-size=0
mfbalin commented 4 months ago

@Rhett-Ying