Skip to content

ParGNN: A Scalable Graph Neural Network Training Framework on multi-GPUs

License

Notifications You must be signed in to change notification settings

echogujy/ParGNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParGNN: A Scalable Graph Neural Network Training Framework on multi-GPUs

ParGNN is accepted by DAC 2025.

ParGNN, an efficient full-batch training system for GNNs, which adopts a profiler-guided adaptive load balancing partition method(PGALB) and a subgraph pipeline algorithm to overlap communication and computation.

1. Clone this project and Setup environment

2. Install PGALB and partition graph data

2.1. setup pgalb
cd pgalb  ## go into the pgalb dirctionary
python setup.py build_ext --inplace  ## install pgalb
python test_adpat.py   ## check the install of C extension
2.2. parition and reparition

3. Run distributed GNN trainning

The scripts dirctionary has the example scripts to run ParGNN. 
```shell
cd scripts
sh train_all.sh
```

About

ParGNN: A Scalable Graph Neural Network Training Framework on multi-GPUs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published