It also simplifies the implementation of the method. The map is not needed in the check.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145522
[mlir][tensor] Expose padding requirement of pack ops to a static method ClosedPublic Authored by hanchung on Mar 7 2023, 11:39 AM.
Details Summary It also simplifies the implementation of the method. The map is not needed in the check.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 9 2023, 4:41 AM Closed by commit rGbe76f6bef835: [mlir][tensor] Expose padding requirement of pack ops to a static method (authored by hanchung). · Explain WhyMar 9 2023, 10:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 503115 mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
|