aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/core-ops.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-11-05[mlir][memref] Remove redundant `memref.tensor_store` op (#71010)Matthias Springer1-18/+0
2022-10-23[mlir] Refactor alias generation to support nested aliasesRiver Riddle1-2/+2
2022-09-30[mlir][test] NFC - Fix some worst offenders "capture by SSA name" testsNicolas Vasilache1-7/+7
2022-08-30[mlir] materialize strided memref layout as attributeAlex Zinenko1-8/+5
2022-08-08[mlir][math] Rename math.abs -> math.absfJeff Niu1-8/+8
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-14/+14
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle1-3/+3
2022-02-02[mlir:Standard] Remove support for creating a `unit` ConstantOpRiver Riddle1-3/+0
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle1-10/+10
2022-02-02[mlir] Split std.splat into tensor.splat and vector.splatRiver Riddle1-12/+0
2022-01-26[mlir] Move std.generic_atomic_rmw to the memref dialectRiver Riddle1-14/+0
2021-12-30[MLIR] Move AtomicRMW into MemRef dialect and enum into ArithWilliam S. Moses1-8/+0
2021-12-14[mlir] Split std.rank into tensor.rank and memref.rank.Alexander Belyaev1-6/+0
2021-12-09[mlir][memref] Fix subview offset verification.Nicolas Vasilache1-126/+0
2021-11-30[mlir][tensor] InsertSliceOp verification.Nicolas Vasilache1-50/+0
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev1-6/+6
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-437/+99
2021-07-01[mlir][tensor] Add tensor.dim operationMatthias Springer1-6/+6
2021-06-22[mlir][NFC] Move SubTensorOp and SubTensorInsertOp to TensorDialectMatthias Springer1-16/+16
2021-06-21Revert "[mlir][NFC] Move SubTensorOp and SubTensorInsertOp to TensorDialect"Mehdi Amini1-16/+16
2021-06-22[mlir][NFC] Move SubTensorOp and SubTensorInsertOp to TensorDialectMatthias Springer1-16/+16
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross1-96/+96
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev1-37/+37
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross1-37/+37
2021-02-12[mlir][math] Split off the math dialect.Stephan Herhut1-68/+2
2021-02-11s[mlir] Tighten computation of inferred SubView result type.Nicolas Vasilache1-0/+4
2021-02-04[mlir][Linalg] Drop SliceOpNicolas Vasilache1-3/+12
2021-01-27[mlir] Extend semantic of OffsetSizeAndStrideOpInterface.Nicolas Vasilache1-0/+12
2021-01-21[mlir] Remove complex ops from Standard dialect.Alexander Belyaev1-18/+0
2021-01-20[mlir] Fix SubTensorInsertOp semanticsNicolas Vasilache1-1/+10
2021-01-20[MLIR][Standard] Add log1p operation to stdFrederik Gossen1-0/+3
2021-01-19[mlir][splitting std] move 2 more ops to `tensor`Sean Silva1-21/+0
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle1-24/+24
2021-01-12[MLIR] Disallow `sym_visibility`, `sym_name` and `type` attributes in the par...Rahul Joshi1-3/+0
2020-12-17[mlir] Move `std.tensor_cast` -> `tensor.cast`.Sean Silva1-17/+0
2020-12-15[mlir] Add std op for X raised to the power of YTres Popp1-0/+3
2020-12-11Revert "Revert "[mlir] Start splitting the `tensor` dialect out of `std`.""Sean Silva1-14/+0
2020-12-11Revert "[mlir] Start splitting the `tensor` dialect out of `std`."Sean Silva1-0/+14
2020-12-11[mlir] Start splitting the `tensor` dialect out of `std`.Sean Silva1-14/+0
2020-11-16[MLIR] Extend Symbol verification to reject public symbol declarations.Rahul Joshi1-1/+1
2020-11-09[MLIR] Change FuncOp assembly syntax to print visibility inline instead of in...Rahul Joshi1-0/+4
2020-11-04[mlir][std] Add SignedCeilDivIOp and SignedFloorDivIOp with std to std loweri...Alexandre Eichenberger1-0/+24
2020-10-15[mlir][standard] Fix parsing of scalar subview and canonicalizeStephan Herhut1-0/+3
2020-10-08[mlir] Added strides check to rank reducing subview verificationJakub Lichman1-4/+5
2020-10-02[mlir] Add subtensor_insert operationNicolas Vasilache1-1/+18
2020-10-02[mlir] Add a subtensor operationNicolas Vasilache1-0/+24
2020-09-30[mlir] Added support for rank reducing subviewsJakub Lichman1-0/+29
2020-09-11[mlir] Fix some edge cases around 0-element TensorFromElementsOpSean Silva1-0/+3
2020-09-09[MLIR][Standard] Update `tensor_from_elements` assembly formatFrederik Gossen1-6/+6
2020-08-18Added std.floor operation to match std.ceilRob Suderman1-0/+12