dmlc--dgl
dce899190e
* auto-reformat * lintrunner --------- Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
FeatGraph-DGL
FeatGraph is an efficient backend for Graph Neural Networks based on TVM.
- Original repo: https://github.com/amazon-research/FeatGraph
- SC2020 Paper: https://www.csl.cornell.edu/~zhiruz/pdfs/featgraph-sc2020.pdf
This folder contains the code for integrating featgraph kernels to DGL.
Usage
After building DGL with USE_TVM=ON, you should be able to run:
python test.py
to verify correctness.