summaryrefslogtreecommitdiffstats
path: root/mlir/test/mlir-cpu-runner
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-131-2/+2
* [mlir] mlir-cpu-runner test's cblas_interface should export functions on WindowsKern Handa2020-01-095-7/+66
* [mlir] Fix -Wunneeded-internal-declarationFangrui Song2019-12-241-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-235-65/+20
* Add runtime utils support for print_memref_i8Nicolas Vasilache2019-12-183-15/+50
* [VectorOps] Replace iostream with stdio in support lib for vector.printAart Bik2019-12-181-6/+8
* [VectorOps] Add vector.print definition, with lowering supportAart Bik2019-12-182-0/+19
* Move cpu runner utils templates to .hNicolas Vasilache2019-12-123-159/+175
* Add UnrankedMemRef Typenmostafa2019-12-054-15/+93
* Fix ViewOp to have at most one offset operandAlex Zinenko2019-12-031-3/+3
* Implement Linalg to loops lowering as a patternNicolas Vasilache2019-11-272-7/+7
* Automated rollback of commit d60133f89bb08341718bb3132b19bc891f7d4f4dNicolas Vasilache2019-11-262-10/+10
* Changing directory shortcut for CPU/GPU runner utils.Christian Sigg2019-11-252-10/+10
* Add StridedMemRef<>::operator[] - NFCNicolas Vasilache2019-11-201-0/+29
* Fix pretty printer corner case in mlir_runner_utils.cpp.Nicolas Vasilache2019-11-192-27/+17
* Change conversion CLI flag from -lower-to-llvm to -convert-std-to-llvmAlex Zinenko2019-11-191-4/+4
* Add support for alignment attribute in std.alloc.Nicolas Vasilache2019-11-121-0/+2
* Update Linalg to use std.viewNicolas Vasilache2019-11-071-29/+26
* Lower vector transfer ops to loop.for operations.Nicolas Vasilache2019-10-182-10/+10
* Decouple Linalg promotion from Linalg tiling - NFCNicolas Vasilache2019-10-171-2/+2
* Consistent use of int in mlir_runner_utils.cppNicolas Vasilache2019-10-151-1/+1
* Add conversion for splat of vectors of 2+DNicolas Vasilache2019-10-153-39/+143
* Use llvm.func to define functions with wrapped LLVM IR function typeAlex Zinenko2019-10-102-10/+10
* Fix Windows linkage errorNicolas Vasilache2019-10-091-10/+10
* Start a minimal mlir_utils runtime library for testing debugging purposesNicolas Vasilache2019-10-076-40/+308
* Unify Linalg types by using strided memrefsNicolas Vasilache2019-10-012-32/+33
* Fix JitRunner.cpp Error creation pattern and reactivate tests.Nicolas Vasilache2019-09-272-18/+16
* Disable failing testsJacques Pienaar2019-09-262-16/+18
* Drop support for memrefs from JitRunnerAlex Zinenko2019-09-261-33/+35
* Add missing lowering to CFG in mlir-cpu-runner + related cleanupMehdi Amini2019-09-011-2/+11
* Add mechanism to dump JIT-compiled objects to filesJacques Pienaar2019-08-301-0/+9
* Add lowering of linalg.copy to an external C++ library and a test.Nicolas Vasilache2019-08-232-0/+33
* Add alignment support to linalg.buffer_allocNicolas Vasilache2019-08-191-1/+1
* Refactor linalg lowering to LLVMNicolas Vasilache2019-08-191-10/+8
* External library name mangling support for linalg.Nicolas Vasilache2019-08-092-18/+26
* Automated rollback of commit 3708f53219aa2b201e82e7172c5064c1eb9d483bNicolas Vasilache2019-07-262-73/+9
* Add sgemm specializations - NFCNicolas Vasilache2019-07-262-9/+73
* Fix linalg_matmul_impl interfacing with sgemmNicolas Vasilache2019-07-262-2/+2
* Replace linalg.for by loop.forNicolas Vasilache2019-07-161-1/+1
* Lower affine control flow to std control flow to LLVM dialectNicolas Vasilache2019-07-121-1/+1
* Resolving buffer operand of linalg.view doesnt have the informationMahesh Ravishankar2019-07-021-7/+7
* Add buffer size information to Linalg::BufferType. If the size isMahesh Ravishankar2019-06-281-18/+18
* Export symbols in cpu runner cblas libraryLei Zhang2019-06-192-9/+24
* Add a definition of the library function to use when Linalg ops areMahesh Ravishankar2019-06-191-36/+0
* Add a lowering for Linalg matmul to LLVMNicolas Vasilache2019-06-196-70/+250
* Disable the mlir-cpu-runner tests on win32. llvm orc does not support the...River Riddle2019-06-011-0/+5
* Add lowering linalg.for to LLVM IRNicolas Vasilache2019-06-011-0/+1
* Fix MacOS test: use %shlibext in lit command line to expand to .dylib on ...Mehdi Amini2019-05-201-2/+2
* Cleanup linalg integration testNicolas Vasilache2019-05-203-49/+5
* Pipe Linalg to a cblas call via mlir-cpu-runnerNicolas Vasilache2019-05-203-8/+106
OpenPOWER on IntegriCloud