summaryrefslogtreecommitdiffstats
path: root/mlir/test/Conversion/GPUToNVVM
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-162-14/+14
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-142-14/+14
* [mlir] Added missing GPU lowering ops.Julian Gross2020-01-131-0/+45
* Add gpu.shuffle op.Christian Sigg2019-12-201-0/+25
* Harden the requirements to memory attribution types in gpu.funcAlex Zinenko2019-12-181-5/+5
* Plug gpu.func into the GPU lowering pipelinesAlex Zinenko2019-12-161-0/+1
* Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2Christian Sigg2019-12-121-2/+2
* Switch from shfl.bfly to shfl.down.Christian Sigg2019-12-121-2/+2
* Add conversions of GPU func with memory attributions to LLVM/NVVMAlex Zinenko2019-12-061-0/+145
* Rename CLI flags -lower-gpu-ops-to-*-ops to -convert-gpu-to-*Alex Zinenko2019-11-181-1/+1
* Add a test for lowering GPU ops that cover cases where the symbol table isn't...Mehdi Amini2019-10-311-0/+22
* Fix include guards and add tests for OpToFuncCallLowering.Alexander Belyaev2019-10-261-0/+17
* Add gpu.barrier op to synchronize invocations of a local workgroup.Christian Sigg2019-10-181-0/+11
* Support custom accumulator provided as region to gpu.all_reduce.Christian Sigg2019-10-161-3/+33
* Add AllReduceOp to GPU dialect with lowering to NVVM.Christian Sigg2019-09-261-0/+7
* Outline GPU kernel function into a nested module.Christian Sigg2019-09-231-28/+30
* Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6George Karpenkov2019-09-191-30/+28
* Outline GPU kernel function into a nested module.MLIR Team2019-09-191-28/+30
* Change the attribute dictionary syntax to separate name and value with '='.River Riddle2019-06-251-12/+12
* GPUtoNVVM: adjust integer bitwidth when lowering special register opsAlex Zinenko2019-06-251-12/+12
* Add lowering pass from GPU dialect operations to LLVM/NVVM intrinsics.Stephan Herhut2019-06-191-0/+35
OpenPOWER on IntegriCloud