summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Utils/StructuredOpsUtils.cpp
AgeCommit message (Expand)Author
2025-03-20[mlir] Use *Set::insert_range (NFC) (#132326)Kazu Hirata
2024-04-07[mlir][linalg]: Fixed possible memory leak in cloneToCollapsedOp (#87595)Aviad Cohen
2023-10-26Add `isBatchVecmat` utilities for `linalg.batch_vecmat` (#70284)bjacob
2023-10-18[mlir] Add ContractionOpInterface utility functions for vector matrix multipl...NatashaKnk
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-03-20[mlir][Tensor] Fix build error due to missing `<>` in D146440.Mahesh Ravishankar
2023-03-20[mlir][Tensor] Avoid dropping attributes for `tensor.pad` operations during c...Mahesh Ravishankar
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-11-23[mlir] Remove clone methods from DPS interface.Alexander Belyaev
2022-09-26[mlir] Add IteratorType enum to StructuredOpsUtils.Oleg Shyshkov
2021-02-18Reland "[MLIR] Make structured op tests permutation invariant"Geoffrey Martin-Noble
2021-02-19Revert "[MLIR] Make structured op tests permutation invariant"Mehdi Amini
2021-02-18[MLIR] Make structured op tests permutation invariantGeoffrey Martin-Noble