czkkkkkk
|
0bf51a1671
|
[Sparse] Fix the NOMINMAX problem on Windows. (#6818)
|
2023-12-25 15:00:37 +08:00 |
|
czkkkkkk
|
33ba46b7df
|
[Sparse] Add CUDA compilation support. (#6338)
|
2023-09-25 16:10:25 +08:00 |
|
xiangyuzhi
|
da1d5de2f1
|
[Sparse] Add cpu compilation support (#6310)
|
2023-09-12 16:43:30 +08:00 |
|
Hugo MacDermott-Opeskin
|
4a42027d4a
|
[Build] Add CMake changes from conda-forge build (#6189)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-09-01 11:21:03 +08:00 |
|
Chang Liu
|
4b585ba068
|
[Build] Build sparse lib with c++17 (#5934)
|
2023-07-03 10:04:01 -07:00 |
|
Ilia Taraban
|
e8579d8be8
|
[Misc] Add MKL library path for standalone installation (#5510)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-04-04 14:42:12 +08:00 |
|
Quan (Andy) Gan
|
9a40d2080e
|
[Sparse] Change CMakeFiles to build DGL Sparse for multiple PyTorch versions (#5106)
* initial commit
* Update build.sh
|
2023-01-06 14:14:20 +08:00 |
|
czkkkkkk
|
0159c3c11d
|
[Sparse] Add SpSpMM for sparse-sparse and sparse-diag matrix multiplication. (#5050)
* [Sparse] Add SpSpMM
* Update matmul interface
* address comments
* fix test utils to generate only coalesced matrices
* fix linter
* fix ut
* fix
* rm print
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
|
2022-12-24 15:31:09 +08:00 |
|
czkkkkkk
|
0cb5f0fdc0
|
[Sparse] Be compatible with Pytorch 1.13 and later version (#4935)
|
2022-11-23 15:36:18 -08:00 |
|
czkkkkkk
|
06438d7033
|
[Sparse] Link to DGL (#4877)
|
2022-11-17 10:14:08 +08:00 |
|
czkkkkkk
|
7c059e86c7
|
[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
|
2022-11-07 18:01:19 +08:00 |
|