"src/array/cuda/csr_sort.hip" did not exist on "5b515cf667fabd2aceab4774d33398ce140391d9"
Commit 4719373d authored by rusty1s's avatar rusty1s
Browse files

add coalesced argument to README

parent 63d97849
...@@ -202,6 +202,7 @@ Both input sparse matrices need to be **coalesced**. ...@@ -202,6 +202,7 @@ Both input sparse matrices need to be **coalesced**.
* **m** *(int)* - The first dimension of first corresponding dense matrix. * **m** *(int)* - The first dimension of first corresponding dense matrix.
* **k** *(int)* - The second dimension of first corresponding dense matrix and first dimension of second corresponding dense matrix. * **k** *(int)* - The second dimension of first corresponding dense matrix and first dimension of second corresponding dense matrix.
* **n** *(int)* - The second dimension of second corresponding dense matrix. * **n** *(int)* - The second dimension of second corresponding dense matrix.
* **coalesced** *(bool, optional)*: If set to `True`, will coalesce both input sparse matrices (default: `False`).
### Returns ### Returns
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment