[Sparse] Add sparse matrix C++ implementation (#4773)
* [Sparse] Add sparse matrix C++ implementation * Add documentation * Update * Minor fix * Move Python code to dgl/mock_sparse2 * Move headers to include * lint * Update * Add dgl_sparse directory * Move src code to dgl_sparse * Add __init__.py in tests to avoid naming conflict * Add dgl sparse so in Jenkinsfile * Complete docstring & SparseMatrix basic op * lint * Disable win tests
Showing
dgl_sparse/CMakeLists.txt
0 → 100644
dgl_sparse/build.sh
0 → 100644
dgl_sparse/find_cmake.py
0 → 100644
dgl_sparse/src/utils.h
0 → 100644
Please register or sign in to comment