项目文件夹

文件
Hongzhi (Steve), Chen bcd3768426 [Misc] Replace /*! with /**. (#4823)
* replace

* blabla

* balbla

* blabla

Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2022-11-07 08:16:41 +08:00
..
2022-11-07 08:16:41 +08:00
2020-12-31 17:40:25 +08:00
2020-12-31 17:40:25 +08:00
2020-12-31 17:40:25 +08:00

FeatGraph-DGL

FeatGraph is an efficient backend for Graph Neural Networks based on TVM.

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.

Reference