summaryrefslogtreecommitdiff
path: root/mlir/test/IR/core-ops.mlir
AgeCommit message (Expand)Author
2024-11-11[MLIR] NFC. Move leftover memref op test cases out of test/IR (#115583)Uday Bondhugula
2023-11-05[mlir][memref] Remove redundant `memref.tensor_store` op (#71010)Matthias Springer
2022-10-23[mlir] Refactor alias generation to support nested aliasesRiver Riddle
2022-09-30[mlir][test] NFC - Fix some worst offenders "capture by SSA name" testsNicolas Vasilache
2022-08-30[mlir] materialize strided memref layout as attributeAlex Zinenko
2022-08-08[mlir][math] Rename math.abs -> math.absfJeff Niu
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-02[mlir:Standard] Remove support for creating a `unit` ConstantOpRiver Riddle
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle
2022-02-02[mlir] Split std.splat into tensor.splat and vector.splatRiver Riddle
2022-01-26[mlir] Move std.generic_atomic_rmw to the memref dialectRiver Riddle
2021-12-30[MLIR] Move AtomicRMW into MemRef dialect and enum into ArithWilliam S. Moses
2021-12-14[mlir] Split std.rank into tensor.rank and memref.rank.Alexander Belyaev
2021-12-09[mlir][memref] Fix subview offset verification.Nicolas Vasilache
2021-11-30[mlir][tensor] InsertSliceOp verification.Nicolas Vasilache
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-01[mlir][tensor] Add tensor.dim operationMatthias Springer
2021-06-22[mlir][NFC] Move SubTensorOp and SubTensorInsertOp to TensorDialectMatthias Springer
2021-06-21Revert "[mlir][NFC] Move SubTensorOp and SubTensorInsertOp to TensorDialect"Mehdi Amini
2021-06-22[mlir][NFC] Move SubTensorOp and SubTensorInsertOp to TensorDialectMatthias Springer
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross
2021-02-12[mlir][math] Split off the math dialect.Stephan Herhut
2021-02-11s[mlir] Tighten computation of inferred SubView result type.Nicolas Vasilache
2021-02-04[mlir][Linalg] Drop SliceOpNicolas Vasilache
2021-01-27[mlir] Extend semantic of OffsetSizeAndStrideOpInterface.Nicolas Vasilache
2021-01-21[mlir] Remove complex ops from Standard dialect.Alexander Belyaev
2021-01-20[mlir] Fix SubTensorInsertOp semanticsNicolas Vasilache
2021-01-20[MLIR][Standard] Add log1p operation to stdFrederik Gossen
2021-01-19[mlir][splitting std] move 2 more ops to `tensor`Sean Silva
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle
2021-01-12[MLIR] Disallow `sym_visibility`, `sym_name` and `type` attributes in the par...Rahul Joshi
2020-12-17[mlir] Move `std.tensor_cast` -> `tensor.cast`.Sean Silva
2020-12-15[mlir] Add std op for X raised to the power of YTres Popp
2020-12-11Revert "Revert "[mlir] Start splitting the `tensor` dialect out of `std`.""Sean Silva
2020-12-11Revert "[mlir] Start splitting the `tensor` dialect out of `std`."Sean Silva
2020-12-11[mlir] Start splitting the `tensor` dialect out of `std`.Sean Silva
2020-11-16[MLIR] Extend Symbol verification to reject public symbol declarations.Rahul Joshi
2020-11-09[MLIR] Change FuncOp assembly syntax to print visibility inline instead of in...Rahul Joshi
2020-11-04[mlir][std] Add SignedCeilDivIOp and SignedFloorDivIOp with std to std loweri...Alexandre Eichenberger
2020-10-15[mlir][standard] Fix parsing of scalar subview and canonicalizeStephan Herhut
2020-10-08[mlir] Added strides check to rank reducing subview verificationJakub Lichman
2020-10-02[mlir] Add subtensor_insert operationNicolas Vasilache
2020-10-02[mlir] Add a subtensor operationNicolas Vasilache
2020-09-30[mlir] Added support for rank reducing subviewsJakub Lichman
2020-09-11[mlir] Fix some edge cases around 0-element TensorFromElementsOpSean Silva
2020-09-09[MLIR][Standard] Update `tensor_from_elements` assembly formatFrederik Gossen