SPMV specialization (#32)
* fix edge list order problem in cached graph. * minor fix * fix bug in edge iter * SPMV works * gcn spmv on CPU * change gcn style * fix cached graph performance; fixed gcn dataset bug * reorg dir * non-batch spmv; partial update problem with shape change * fix reorder problem; finish gcn-batch impl * pop API * GPU context
Showing
examples/pytorch/gcn/gcn.py
0 → 100644
python/dgl/base.py
0 → 100644
python/dgl/context.py
0 → 100644
python/dgl/data/__init__.py
0 → 100644
python/dgl/data/utils.py
0 → 100644
Please register or sign in to comment