aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-cpu-runner/mlir_runner_utils.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-27[mlir] NFC - Move runner utils from mlir-cpu-runner to ExecutionEngineNicolas Vasilache1-100/+0
2020-02-10[mlir] use unpacked memref descriptors at function boundariesAlex Zinenko1-9/+21
2020-02-07[mlir][VectorOps] Generalized vector.print to i32/i64aartbik1-1/+4
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini1-1/+1
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini1-13/+4
2019-12-18Add runtime utils support for print_memref_i8Nicolas Vasilache1-10/+26
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 Bik1-0/+11
2019-12-12Move cpu runner utils templates to .hNicolas Vasilache1-141/+8
2019-12-05Add UnrankedMemRef Typenmostafa1-7/+28
2019-11-19Fix pretty printer corner case in mlir_runner_utils.cpp.Nicolas Vasilache1-13/+8
2019-10-15Consistent use of int in mlir_runner_utils.cppNicolas Vasilache1-1/+1
2019-10-15Add conversion for splat of vectors of 2+DNicolas Vasilache1-39/+103
2019-10-07Start a minimal mlir_utils runtime library for testing debugging purposesNicolas Vasilache1-0/+118