You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: