[all-commits] [llvm/llvm-project] be76f6: [mlir][tensor] Expose padding requirement of pack ...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Thu Mar 9 10:04:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be76f6bef835c473a099482dd6c531fe7d7ededb
https://github.com/llvm/llvm-project/commit/be76f6bef835c473a099482dd6c531fe7d7ededb
Author: Hanhan Wang <hanchung at google.com>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
Log Message:
-----------
[mlir][tensor] Expose padding requirement of pack ops to a static method
It also simplifies the implementation of the method. The map is not needed in the check.
Reviewed By: chelini
Differential Revision: https://reviews.llvm.org/D145522
More information about the All-commits
mailing list