cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

cuGraph-DGL and WholeGraph Performance Testing with Feature Store Performance Improvements

Open alexbarghi-nv opened this issue 1 year ago • 14 comments

Large-scale cuGraph-DGL performance testing scripts. Also changes the DGL and PyG scripts to evaluate on all ranks and reuse the test samples, and adds support for benchmarking cuGraph-DGL/cuGraph-PyG with WholeGraph.

Updates cuGraph.gnn.FeatureStore and cuGraph-PyG for increased performance:

  • Supporting passing in a WG embedding directly to cugraph.gnn.FeatureStore
  • Simplifying how cuGraph-PyG handles filtering and using a cache to prevent repeatedly copying data between the device and host
  • Fix bug in cugraph.gnn.FeatureStore where indexing with a gpu tensor would raise an exception, especially with WG
  • Add a function to cugraph.gnn.FeatureStore to check where data is stored, which is used by cuGraph-PyG to prevent unnecessary d2h and h2d copies

Merge after #3584

alexbarghi-nv avatar Jan 08 '24 18:01 alexbarghi-nv

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

copy-pr-bot[bot] avatar Jan 08 '24 18:01 copy-pr-bot[bot]

/ok to test

alexbarghi-nv avatar Jan 23 '24 19:01 alexbarghi-nv

/ok to test

alexbarghi-nv avatar Jan 25 '24 16:01 alexbarghi-nv

/ok to test

alexbarghi-nv avatar Jan 25 '24 17:01 alexbarghi-nv

/ok to test

alexbarghi-nv avatar Jan 30 '24 15:01 alexbarghi-nv

/merge

BradReesWork avatar Feb 02 '24 01:02 BradReesWork

/ok to test

BradReesWork avatar Feb 02 '24 01:02 BradReesWork

/merge

BradReesWork avatar Feb 02 '24 01:02 BradReesWork

/ok to test

BradReesWork avatar Feb 02 '24 02:02 BradReesWork

/merge

BradReesWork avatar Feb 02 '24 02:02 BradReesWork

/ok to test

alexbarghi-nv avatar Feb 04 '24 21:02 alexbarghi-nv

/ok to test

alexbarghi-nv avatar Feb 07 '24 17:02 alexbarghi-nv

/ok to test

alexbarghi-nv avatar Feb 07 '24 17:02 alexbarghi-nv

/ok to test

BradReesWork avatar Feb 08 '24 19:02 BradReesWork

/ok to test

alexbarghi-nv avatar Mar 04 '24 20:03 alexbarghi-nv

/ok to test

alexbarghi-nv avatar Mar 04 '24 20:03 alexbarghi-nv

/ok to test

alexbarghi-nv avatar Mar 08 '24 16:03 alexbarghi-nv