summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Conversion/GPUToSPIRV/ConvertGPUToSPIRV.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-161-15/+40
* [mlir] Create a gpu.module operation for the GPU Dialect.Tres Popp2020-01-141-40/+15
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-2/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-15/+15
* 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-15/+15
* NFC: Cleanup non-conforming usages of namespaces.River Riddle2019-12-181-6/+5
* Add atomic operations to SPIR-V dialect.Mahesh Ravishankar2019-12-161-2/+3
* Plug gpu.func into the GPU lowering pipelinesAlex Zinenko2019-12-161-10/+82
* Expose a convenience function to add interface attributes to a function.Mahesh Ravishankar2019-12-111-1/+1
* Add lowering for module with gpu.kernel_module attribute.Mahesh Ravishankar2019-12-091-1/+83
* Allow specification of the workgroup size for GPUToSPIRV lowering.Mahesh Ravishankar2019-12-051-6/+18
* Introduce attributes that specify the final ABI for a spirv::ModuleOp.Mahesh Ravishankar2019-11-251-3/+14
* NFC: Refactor Dialect Conversion targeting SPIR-V.Mahesh Ravishankar2019-11-141-0/+191
OpenPOWER on IntegriCloud