summaryrefslogtreecommitdiffstats
path: root/mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-161-1/+1
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-141-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* GPUToCUDA: attach CUBIN to the nested module rather than to the functionAlex Zinenko2019-10-081-12/+13
* Fuse GenerateCubinAccessors pass into LaunchFunctToCudaAlex Zinenko2019-10-081-1/+0
* Outline GPU kernel function into a nested module.Christian Sigg2019-09-231-35/+7
* Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6George Karpenkov2019-09-191-7/+35
* Outline GPU kernel function into a nested module.MLIR Team2019-09-191-35/+7
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle2019-09-021-1/+1
* Port mlir-cuda-runner to use dialect conversion framework.Stephan Herhut2019-08-281-23/+26
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-2/+2
* NFC: Implement OwningRewritePatternList as a class instead of a using directive.River Riddle2019-08-051-1/+1
* Move GPU dialect to {lib,include/mlir}/DialectAlex Zinenko2019-07-251-2/+2
* NFC: Expose a ConversionPatternRewriter for use with ConversionPatterns.River Riddle2019-07-191-2/+3
* Move shared cpu runner library to Support/JitRunner.Stephan Herhut2019-07-161-5/+4
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-2/+2
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-2/+2
* Simplify launch_func rewrite pattern in mlir-cuda-runnerAlex Zinenko2019-07-051-6/+2
* Add an mlir-cuda-runner tool.Stephan Herhut2019-07-041-0/+158
OpenPOWER on IntegriCloud