summaryrefslogtreecommitdiffstats
path: root/mlir/test/Conversion/GPUToSPIRV
Commit message (Expand)AuthorAgeFilesLines
* [mlir][spirv] Fix shader ABI attribute prefix and add verificationLei Zhang2020-01-032-10/+10
* Plug gpu.func into the GPU lowering pipelinesAlex Zinenko2019-12-164-20/+19
* Add lowering for module with gpu.kernel_module attribute.Mahesh Ravishankar2019-12-091-0/+1
* Allow specification of the workgroup size for GPUToSPIRV lowering.Mahesh Ravishankar2019-12-051-1/+2
* Convert MemRefType to a linearized array in SPIR-V lowering.Mahesh Ravishankar2019-12-032-10/+17
* Misc changes to lowering to SPIR-V.Mahesh Ravishankar2019-11-263-12/+15
* Introduce attributes that specify the final ABI for a spirv::ModuleOp.Mahesh Ravishankar2019-11-252-46/+12
* [spirv] NFC: rename test files and sort tests insideLei Zhang2019-11-231-0/+0
* Add Conversion to lower loop::ForOp to spirv::LoopOp.Mahesh Ravishankar2019-11-121-0/+39
* Makes spv.module generated by GPU->SPIRV conversion spec compliantMahesh Ravishankar2019-10-162-9/+9
* Make SPIR-V lowering infrastructure follow Vulkan SPIR-V validation.Mahesh Ravishankar2019-10-092-13/+59
* Use named modules for gpu.launch_funcAlex Zinenko2019-10-083-157/+191
* Update SPIR-V symbols and use GLSL450 instead of VulkanKHRLei Zhang2019-09-133-8/+8
* Enhance GPU To SPIR-V conversion to support builtins and load/store ops.Mahesh Ravishankar2019-08-272-0/+165
* Fix parsing/printing of spv.globalVariable and spv._address_ofMahesh Ravishankar2019-08-191-2/+2
* Add spirv::GlobalVariableOp that allows module level definition of variablesMahesh Ravishankar2019-08-171-2/+2
* Initial implementation to translate kernel fn in GPU Dialect to SPIR-V DialectMahesh Ravishankar2019-07-301-0/+21
OpenPOWER on IntegriCloud