Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D159170
[mlir][sparse] fix crash when generating convolution kernel with sparse input in DCCD format. ClosedPublic Authored by Peiming on Aug 29 2023, 11:15 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Aug 29 2023, 11:21 PM Closed by commit rG96e1914aa2e6: [mlir][sparse] fix crash when generating convolution kernel with sparse input… (authored by Peiming). · Explain WhyAug 30 2023, 10:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 554782 mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp
mlir/test/Integration/Dialect/SparseTensor/CPU/reshape_dot.mlir
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conv_2d_nhwc_hwcf.mlir
|
No idea why it did not cause any problem before ;-(