aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-cpu-runner/unranked_memref.mlir
AgeCommit message (Expand)AuthorFilesLines
2021-12-04[MLIR] NFC. Rename test cases in test/mlir-cpu-runner per conventionUday Bondhugula1-134/+0
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-9/+10
2021-10-02Fix multiple memory leaks in mlir-cpu-runner tests (NFC)Mehdi Amini1-1/+2
2021-09-09[mlir] Factor type reconciliation out of Standard-to-LLVM conversionAlex Zinenko1-5/+6
2021-07-09[mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko1-0/+1
2021-06-23[mlir][linalg] Change the pretty printed FillOp operand order.Tobias Gysi1-5/+5
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross1-20/+20
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev1-18/+18
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross1-18/+18
2021-02-05[mlir] Turn Linalg to LLVM into a partial conversionAlex Zinenko1-1/+6
2020-11-16[MLIR] Extend Symbol verification to reject public symbol declarations.Rahul Joshi1-4/+4
2020-09-28[mlir] [VectorOps] changes to printing support for integersAart Bik1-6/+6
2020-08-06[mlir] Lower DimOp to LLVM for unranked memrefs.Alexander Belyaev1-1/+24
2020-06-26[mlir] support returning unranked memrefsAlex Zinenko1-0/+47
2020-05-26[MLIR] Helper class referencing MemRefType to unify runner implementations.Christian Sigg1-4/+0
2020-04-09[mlir][test] NFC - Rename cblas to mlir_test_cblasNicolas Vasilache1-1/+1
2020-04-03[mlir][Linalg] Employ finer-grained control of C interface emissionNicolas Vasilache1-2/+2
2019-12-18Add runtime utils support for print_memref_i8Nicolas Vasilache1-0/+16
2019-12-05Add UnrankedMemRef Typenmostafa1-0/+43