Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp | ||
---|---|---|
1368 | just wondering if we can have a few more asserts here to guard against unexpected case but just something to ponder on, not needed now | |
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pooling_nhwc.mlir | ||
15 | do we actually vectorize? if not, then we should probably not introduce the extra runs |
Comment Actions
remove useless test run
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pooling_nhwc.mlir | ||
---|---|---|
15 | It vectorized other places that we are not particularly interested in this test, I removed them. |
just wondering if we can have a few more asserts here to guard against unexpected case
e.g. when there is no yield, assert on iter args
but just something to ponder on, not needed now