Avoid duplicate code by using an existing helper function to interchange
a vector based on a permutation. Address comments emerged after landing
D138119.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138480
[MLIR][Tensor] Use the existing helper function `applyPermutationToVector` (NFC) ClosedPublic Authored by chelini on Nov 22 2022, 1:23 AM.
Details Summary Avoid duplicate code by using an existing helper function to interchange
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 22 2022, 1:24 AM This revision was landed with ongoing or failed builds.Nov 22 2022, 2:34 AM Closed by commit rG85e38e5292a3: [MLIR][Tensor] Use the existing helper function `applyPermutationToVector` (NFC) (authored by chelini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 477123 mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
|