项目文件夹

文件
Zhi Lin 4208ce2b9e [Feature] Tvm integration (#2367)
Co-authored-by: Zihao Ye <expye@outlook.com>
2020-12-31 17:40:25 +08:00

22 行
553 B
Markdown

# 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:
```bash
python test.py
```
to verify correctness.
## Reference
- [TVM Tutorial on Deploy TVM Module using C++ API](https://tvm.apache.org/docs/deploy/cpp_deploy.html).