summaryrefslogtreecommitdiffstats
path: root/mlir/tools/mlir-cuda-runner
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Mark the MLIR tools for installation in CMakeKern Handa2020-02-051-1/+1
* 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-232-26/+8
* Change CUDA tests to use print_memref.Christian Sigg2019-11-211-13/+0
* Make type and rank explicit in mcuMemHostRegister function.Christian Sigg2019-11-191-18/+24
* Add support for alignment attribute in std.alloc.Nicolas Vasilache2019-11-121-0/+1
* 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
* NFC: rename Conversion/ControlFlowToCFG to Conversion/LoopToStandardAlex Zinenko2019-10-031-1/+1
* Replace spurious `long` stride type by int64_t - NFCNicolas Vasilache2019-10-021-1/+1
* Normalize MemRefType lowering to LLVM as strided MemRef descriptorNicolas Vasilache2019-09-301-1/+3
* Promote MemRefDescriptor to a pointer to struct when passing function boundar...Nicolas Vasilache2019-09-271-11/+22
* 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-162-7/+5
* Lower affine control flow to std control flow to LLVM dialectNicolas Vasilache2019-07-121-0/+1
* mcuMemHostRegister: take into account sizeof(float)Alex Zinenko2019-07-121-2/+3
* 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-043-0/+339
OpenPOWER on IntegriCloud