aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-cpu-runner
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Fix TODO in the mlir-cpu-runner/bare_ptr_call_conv.mlir test: call ops in bar...Mehdi Amini1-146/+31
2020-09-28[mlir] [VectorOps] changes to printing support for integersAart Bik2-25/+25
2020-09-18[mlir][Linalg] Evolve named ops to use assembly form and support linalg on te...Nicolas Vasilache1-2/+4
2020-08-06[mlir] Lower DimOp to LLVM for unranked memrefs.Alexander Belyaev1-1/+24
2020-08-04[mlir] switch the modeling of LLVM types to use the new mechanismAlex Zinenko2-66/+66
2020-07-28[MLIR][Linalg] Retire C++ DotOp in favor of a linalg-ods-gen'd oplorenzo chelini1-1/+1
2020-06-26[mlir] support returning unranked memrefsAlex Zinenko1-0/+47
2020-06-19Fix `check-mlir` target when the host target isn't configuredMehdi Amini1-1/+10
2020-06-16[mlir][Linalg] Retire C++ MatmulOp in favor of a linalg-ods-gen'd op.Nicolas Vasilache1-1/+1
2020-06-16Revert "[mlir][Linalg] Retire C++ MatmulOp in favor of a linalg-ods-gen'd op."Kirill Bobyrev1-1/+1
2020-06-15[mlir][Linalg] Retire C++ MatmulOp in favor of a linalg-ods-gen'd op.Nicolas Vasilache1-1/+1
2020-06-10[MLIR][Standard] Make the `dim` operation index an operand.Frederik Gossen1-4/+7
2020-06-09[JitRunner] add support for i32 and i64 outputStephen Neuendorffer1-0/+16
2020-06-05[mlir] Fix spurious f64 -> f16 change in CPU runner testNicolas Vasilache1-8/+8
2020-06-05[mlir][test][CPU] Reduce the size of mlir-cpu-runner-testsNicolas Vasilache2-39/+39
2020-05-26[MLIR] Helper class referencing MemRefType to unify runner implementations.Christian Sigg2-8/+3
2020-05-15[mlir] Rename conversions involving ex-Loop dialect to mention SCFAlex Zinenko2-2/+2
2020-05-15[mlir][Linalg] Start a LinalgToStandard pass and move conversion to library c...Nicolas Vasilache1-6/+6
2020-05-13[mlir] Change dialect namespace loop->scfAlex Zinenko1-2/+2
2020-05-11[mlir] Simplify and better document std.view semanticsNicolas Vasilache1-14/+11
2020-04-09[mlir][test] NFC - Rename cblas to mlir_test_cblasNicolas Vasilache8-103/+119
2020-04-03[mlir][Linalg] Employ finer-grained control of C interface emissionNicolas Vasilache2-4/+4
2020-03-31[MLIR] Add simple runner utilities for timingUday Bondhugula1-0/+71
2020-03-22[mlir] Move several static cl::opts to be pass options instead.River Riddle1-2/+2
2020-02-29Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm li...Stephen Neuendorffer1-4/+2
2020-02-29[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries.Stephen Neuendorffer1-2/+4
2020-02-28Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm li...Stephen Neuendorffer1-4/+2
2020-02-28[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries.Stephen Neuendorffer1-2/+4
2020-02-27[mlir] NFC - Split out RunnerUtils that don't require a C++ runtimeNicolas Vasilache1-1/+1
2020-02-27[mlir] NFC - Move runner utils from mlir-cpu-runner to ExecutionEngineNicolas Vasilache5-399/+2
2020-02-11[mlir] Turn flags in ConvertStandardToLLVM into pass flagsDiego Caballero1-1/+1
2020-02-10[mlir] use unpacked memref descriptors at function boundariesAlex Zinenko4-48/+66
2020-02-07[mlir][VectorOps] Generalized vector.print to i32/i64aartbik1-1/+4
2020-01-31[mlir] Introduce bare ptr calling convention for MemRefs in LLVM dialectDiego Caballero1-0/+183
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini6-6/+6
2020-01-13[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle1-2/+2
2020-01-09[mlir] mlir-cpu-runner test's cblas_interface should export functions on WindowsKern Handa5-7/+66
2019-12-24[mlir] Fix -Wunneeded-internal-declarationFangrui Song1-1/+1
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini5-65/+20
2019-12-18Add runtime utils support for print_memref_i8Nicolas Vasilache3-15/+50
2019-12-18[VectorOps] Replace iostream with stdio in support lib for vector.printAart Bik1-6/+8
2019-12-18[VectorOps] Add vector.print definition, with lowering supportAart Bik2-0/+19
2019-12-12Move cpu runner utils templates to .hNicolas Vasilache3-159/+175
2019-12-05Add UnrankedMemRef Typenmostafa4-15/+93
2019-12-03Fix ViewOp to have at most one offset operandAlex Zinenko1-3/+3
2019-11-27Implement Linalg to loops lowering as a patternNicolas Vasilache2-7/+7
2019-11-26Automated rollback of commit d60133f89bb08341718bb3132b19bc891f7d4f4dNicolas Vasilache2-10/+10
2019-11-25Changing directory shortcut for CPU/GPU runner utils.Christian Sigg2-10/+10
2019-11-20Add StridedMemRef<>::operator[] - NFCNicolas Vasilache1-0/+29
2019-11-19Fix pretty printer corner case in mlir_runner_utils.cpp.Nicolas Vasilache2-27/+17