SparseTIR icon indicating copy to clipboard operation
SparseTIR copied to clipboard

[Tracking Issue] Formalize the semantics of partial updates

Open yzh119 opened this issue 1 year ago • 0 comments

Motivation

After format decomposition, many of the generated sparse iterations (or blocks after lowering) only perform partial updates: only some blocks need to initialize the output buffer with zeros.

Currently, SparseTIR does not have language constructs to describe the partial update semantics.

Solution

TBD

yzh119 avatar Dec 11 '22 15:12 yzh119