[CUDA] Many CUDA operators; Prepare for DGLGraph on CUDA (#1660)
* add cuda utils; change g.to; add g.device * split array.h into several headers * cuda index select * file * three cuda kernels * add cuda elementwise arith and several others * cuda CSRIsNonZero * fix lint * lint * lint * fix bug in changing ctx to property * address comments * remove unused codes * address comments
Showing
include/dgl/aten/array_ops.h
0 → 100644
include/dgl/aten/coo.h
0 → 100644
include/dgl/aten/csr.h
0 → 100644
include/dgl/aten/macro.h
0 → 100644
include/dgl/aten/spmat.h
0 → 100644
include/dgl/aten/types.h
0 → 100644
src/array/array_arith.cc
0 → 100644
Please register or sign in to comment