summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-161-9/+12
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-141-12/+9
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Adapt code to LLVM API updates.MLIR Team2019-11-141-1/+1
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-3/+3
* GPUToCUDA: attach CUBIN to the nested module rather than to the functionAlex Zinenko2019-10-081-35/+31
* Outline GPU kernel function into a nested module.Christian Sigg2019-09-231-20/+27
* Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6George Karpenkov2019-09-191-27/+20
* Outline GPU kernel function into a nested module.MLIR Team2019-09-191-20/+27
* Unify error messages to start with lower-case.MLIR Team2019-09-181-2/+2
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-2/+2
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-2/+2
* Move GPU dialect to {lib,include/mlir}/DialectAlex Zinenko2019-07-251-1/+1
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-1/+1
* Update ModuleOp::create(...) to take a Location instead of a context.River Riddle2019-07-101-1/+1
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-6/+6
* NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.River Riddle2019-07-081-1/+1
* Add an mlir-cuda-runner tool.Stephan Herhut2019-07-041-1/+1
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-2/+3
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-3/+3
* Make GPU to CUDA transformations independent of CUDA runtime.Stephan Herhut2019-06-261-95/+57
* Add gpu::GPUDialect::isKernel helper.Stephan Herhut2019-06-251-8/+4
* NVVM target: emit nvvm.annotations for kernel functionsAlex Zinenko2019-06-251-16/+0
* Add a pass that translates a CUDA kernel function (tagged with nvvm.kernel) toStephan Herhut2019-06-191-0/+230
OpenPOWER on IntegriCloud