xiangyuzhi
|
fdb4737c35
|
[Sparse] Add compact operator (#6352)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-24-117.ap-northeast-1.compute.internal>
|
2023-10-09 08:36:49 +08:00 |
|
xiangyuzhi
|
8275bc2943
|
[Sparse] Add relabel python API (#6323)
|
2023-09-15 10:09:37 +08:00 |
|
xiangyuzhi
|
a23b490df4
|
[Sparse] Sparse sample implementation (#6303)
|
2023-09-12 16:42:24 +08:00 |
|
xiangyuzhi
|
b4c351b4a3
|
[Sparse] Add sparse sample python API (#6287)
|
2023-09-07 10:44:23 +08:00 |
|
xiangyuzhi
|
dadce86a78
|
[Sparse] Add sparse matrix slicing operator implementation (#6208)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-09-05 16:47:14 +08:00 |
|
xiangyuzhi
|
ec8225df4a
|
[Sparse] Add matrix slicing python API (#6184)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-30 12:54:22 +08:00 |
|
czkkkkkk
|
92e383c3b8
|
[Sparse] Remove the Python DiagMatrix class (#5444)
* [Sparse] Remove the Python DiagMatrix class
* Update
* Update
* update
* Update
|
2023-03-15 18:17:52 +08:00 |
|
czkkkkkk
|
999c624582
|
[Sparse] Support converson to/from torch sparse tensor. (#5388)
* [Sparse] Support converson to/from torch sparse tensor.
* Update
|
2023-02-28 17:27:23 +08:00 |
|
Hongzhi (Steve), Chen
|
4b5fa83bcd
|
[Sparse] Swap examples of from_coo and spmatrix. (#5228)
* swap-example
* size-shape
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-27 10:51:57 +08:00 |
|
Hongzhi (Steve), Chen
|
387ae76df3
|
[Doc] Update with Mono font to keep doc string consistent. (#5213)
* part1
* more
* more
* spmatrix
* code
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-23 09:48:07 +08:00 |
|
Hongzhi (Steve), Chen
|
d61012e094
|
Change example code for indices creation from two line to one line to avoid test break. (#5222)
* add_backslash
* fix
* more
* blabla
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-23 02:21:57 +08:00 |
|
Hongzhi (Steve), Chen
|
fbbe6d61c9
|
[Doc] Update all canonical creation example from from_coo to spmatrix. (#5208)
* fix
* sddmm
* change
* blabla
* blabla
* revert
* newpr
* tocuda
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-20 17:44:07 +08:00 |
|
Hongzhi (Steve), Chen
|
7a2dd5ae96
|
32 (#5216)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-20 11:26:26 +08:00 |
|
Hongzhi (Steve), Chen
|
c89ee05f2d
|
examples (#5214)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-20 10:46:12 +08:00 |
|
czkkkkkk
|
20ce9be2c6
|
[Sparse] Add spmatrix creation function (#5209)
* [Sparse] Add spmatrix creation function
* Update
* Update sparse_matrix.py
* Update sparse_matrix.py
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-01-20 09:49:49 +08:00 |
|
czkkkkkk
|
d1e5700676
|
[Sparse] Polish the docstring of sparse_matrix.py (#5202)
* [Sparse] Polish the docstring of sparse_matrix.py
* Update
* Update
* Update
* Update
|
2023-01-20 00:49:20 +08:00 |
|
czkkkkkk
|
db77283130
|
[Sparse] Only support scalar or vector values in SparseMatrix creators (#5204)
* [Sparse] Only support scalar or vector values in SparseMatrix creators
* Update
* Update sparse_matrix.py
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-01-19 21:46:46 +08:00 |
|
Hongzhi (Steve), Chen
|
d965acab7f
|
Change size to shape in print. (#5207)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-19 17:21:11 +08:00 |
|
Hongzhi (Steve), Chen
|
c4ffd75223
|
[Misc] Polish the doc strings. (#5203)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-19 16:37:08 +08:00 |
|
czkkkkkk
|
f554bc4873
|
[Sparse] Polish the docstring of SparseMatrix.csr() and SparseMatrix.csc() (#5179)
* [Sparse] Polish the docstring of SparseMatrix.csr() and SparseMatrix.csc()
* Update sparse_matrix.py
* Update
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-01-17 13:12:48 +08:00 |
|
Hongzhi (Steve), Chen
|
fa74ea706a
|
[Sparse] Polish diag_matrix.py and sparse_matrix.py. (#5178)
* polish diagonal
* polsih
* more
* more
* add paramaters-back
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-17 10:46:11 +08:00 |
|
Hongzhi (Steve), Chen
|
9334421d2b
|
[Sparse] Rename as_sparse to to_sparse, dense to to_dense. (#5170)
* as_sp_to_sp
* dense
* revert_mock
* test
* revert
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-13 17:03:20 +08:00 |
|
Hongzhi (Steve), Chen
|
b743f767b6
|
fix (#5151)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2023-01-12 10:13:18 +08:00 |
|
Mufei Li
|
c8bc558880
|
[Sparse] Remove SparseMatrix.indices and add device/dtype conversions (#5108)
* Update
* Update
* Update
* lint
* lint
* Update
* CI
* Update diag_matrix.py
* Update sparse_matrix.py
* Update sparse_matrix.py
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-01-06 17:37:13 +08:00 |
|
Mufei Li
|
9169fc3541
|
[Sparse] Polish sparse matrix creation functions (#5093)
* update
* Update
* Update
* Update
* Update
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
|
2023-01-03 22:59:57 +08:00 |
|
Mufei Li
|
37bd092587
|
[Sparse] Namespace migration and doc update (#5088)
* update
* lint
* lint
* comments
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
|
2022-12-29 20:34:29 +08:00 |
|