uwsampl / SparseTIR

SparseTIR: Sparse Tensor Compiler for Deep Learning
https://sampl.cs.washington.edu/SparseTIR/
Apache License 2.0
131 stars 14 forks source link

[Refactor] Rename `T.iter` to `T.sp_iter` #93

Closed yzh119 closed 1 year ago

yzh119 commented 1 year ago

Our paper uses sp_iter to construct sparse iterations. This PR renames all appearance of T.iter to T.sp_iter to align with paper.