This revision fixes the indexing logic into the packed tensor that result from hoisting padding. Previously, the index was incorrectly set to the loop induction variable when in fact we need to compute the iteration count (i.e. (iv - lb).ceilDiv(step)).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo