tvm.sparse
Python-interface for Sparse-TIR
Program transformations
|
Lower sparse iterators in Sparse TIR. |
|
Lower sparse buffers in Sparse TIR. |
|
Rewrite the sparse format of sparse buffers in the TIR scripts. |
|
Specialize a buffer in an IRModule with given buffer name and index map function. |
Composable Format Description
|
Format rewriting rule. |
Format Conversion Routines
|
Condense sparse matrix in CSR format to (t x 1) tiles, and group g tiles together. |
|
Partition input CSR matrix by columns and collect rows into buckets according to non zero elements per row. |
|
Convert CSF format to composable ELL format in 3-dimensional setting (HeteroGraphs). |