summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Conversion/LoopsToGPU/LoopsToGPUPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-1/+1
* Support lowering of imperfectly nested loops into GPU dialect.Mahesh Ravishankar2019-11-011-0/+77
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* NFC: Move AffineOps dialect to the Dialect sub-directory.River Riddle2019-08-201-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-3/+3
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-5/+6
* Replace linalg.for by loop.forNicolas Vasilache2019-07-161-4/+5
* LoopsToGPU: use PassRegistration with constructorAlex Zinenko2019-07-121-11/+8
* Extend AffineToGPU to support Linalg loopsAlex Zinenko2019-07-091-0/+80
OpenPOWER on IntegriCloud