uwsampl / SparseTIR

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

[Tracking Issue] Insert guards/paddings in data-movement blocks. #62

Open yzh119 opened 1 year ago

yzh119 commented 1 year ago

The data-movement blocks generated from lower_sparse_iter pass neither have boundary checks nor handle paddings properly.

To make these blocks useful we should automatically inference guards and insert paddings.