项目文件夹

文件

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