-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Design: #368
- Sparse block lowering. (transformation)
- Sparse/Dense coordinates transformation. (@MasterJH5574 WIP)
- The same sparse iterator viewed in different sparse buffers.
- + block body
- tir.reads/writes for sparse buffers.
- convert SparseBuffers into normal Buffers
- convert SparseBlocks into normal Blocks
- ...
- Sparse/Dense coordinates transformation. (@MasterJH5574 WIP)
- Python-side frontend.
- Python-binding of sparse buffers/blocks/formats. (@yzh119 WIP)
- Specialize sparse formats.
- ...
- TIR intrinsics.
-
lower_bound(@yzh119 WIP)- Return offset or value (prefer offset)
- boundary check
-
- Examples
- End-to-end BSR SpMM/SDDMM example and optimizations (@yzh119 )
- Sparse Softmax.
\infy: tensorization.