summaryrefslogtreecommitdiffstats
path: root/mlir/tools/mlir-cpu-runner
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Mark the MLIR tools for installation in CMakeKern Handa2020-02-051-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Drop support for memrefs from JitRunnerAlex Zinenko2019-09-261-6/+0
* Add missing lowering to CFG in mlir-cpu-runner + related cleanupMehdi Amini2019-09-011-0/+1
* Move shared cpu runner library to Support/JitRunner.Stephan Herhut2019-07-163-350/+16
* Lower affine control flow to std control flow to LLVM dialectNicolas Vasilache2019-07-121-0/+1
* NFC: Replace Module::getNamedFunction with lookupSymbol<FuncOp>.River Riddle2019-07-121-2/+2
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-4/+4
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-2/+2
* Add an mlir-cuda-runner tool.Stephan Herhut2019-07-042-3/+23
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-8/+8
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-9/+9
* Start moving conversions to {lib,include/mlir}/ConversionAlex Zinenko2019-06-192-1/+2
* Add keywords in target_link_libraries post add_llvm_executable.Jacques Pienaar2019-06-011-1/+1
* Replace usages of 'add_executable' with 'add_llvm_executable'.River Riddle2019-06-011-1/+1
* ExecutionEngine: drop PassManager integrationAlex Zinenko2019-05-201-0/+23
* Cleanup linalg integration testNicolas Vasilache2019-05-201-2/+12
* Pipe Linalg to a cblas call via mlir-cpu-runnerNicolas Vasilache2019-05-203-260/+296
* Pipe Linalg to LLVM via mlir-cpu-runnerNicolas Vasilache2019-05-102-4/+58
* Add transformation of the NVVM dialect to an LLVM module. Only handlesStephan Herhut2019-05-061-0/+1
* Fix MacOS buildMehdi Amini2019-04-011-1/+1
* Add build files and update README.Jacques Pienaar2019-03-301-0/+18
* Remove global LLVM CLI variables from library codeDimitrios Vytiniotis2019-03-291-6/+49
* Add missing numeric header for std::accumulate.Jacques Pienaar2019-03-291-0/+1
* ExecutionEngine OptUtils: support -On flags in string-based initializationAlex Zinenko2019-03-291-33/+1
* ExecutionEngine: provide utils for running CLI-configured LLVM passesAlex Zinenko2019-03-291-3/+45
* Reimplement LLVM IR translation to use the MLIR LLVM IR dialectAlex Zinenko2019-03-291-8/+18
* Simple CPU runnerAlex Zinenko2019-03-291-0/+162
OpenPOWER on IntegriCloud