summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRVPass.cpp
AgeCommit message (Expand)Author
2025-08-01[mlir][spirv] Fix lookup logic `spirv.target_env` for `gpu.module` (#147262)Jaeho Kim
2025-07-22[mlir][NFC] update `Conversion` create APIs (5/n) (#149887)Maksim Levental
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-01-09[mlir][spirv] Do SPIR-V serialization in -test-vulkan-runner-pipeline (#121494)Andrea Faulds
2024-11-08[mlir][IR][NFC] Cleanup insertion point API usage (#115415)Matthias Springer
2024-06-03[mlir][spirv] Add integration tests for `vector.interleave` and `vector.shuff...Angel Zhang
2024-05-29Revert "[mlir][spirv] Add integration test for `vector.interleave` and `vecto...Mehdi Amini
2024-05-29[mlir][spirv] Add integration test for `vector.interleave` and `vector.shuffl...Angel Zhang
2024-01-30[mlir][spirv] Use `AttrTypeReplacer` in map-memref-storage-class. NFC. (#80055)Jakub Kuderski
2024-01-08[mlir][spirv] Drop support for SPV_NV_cooperative_matrix (#76782)Jakub Kuderski
2023-12-27[mlir::spirv] Support scf.if in mlir-vulkan-runner (#75367)Xiang Li
2023-11-05[mlir] Prepare convert-gpu-to-spirv for OpenCL support (#69941)Sang Ik Lee
2023-09-26[mlir][spirv][gpu] Default to KHR coop matrix. Clean up type conversion. (#67...Jakub Kuderski
2023-09-14[mlir][spirv][gpu] Add conversion for load/store/mad coop matrix ops (#66311)Jakub Kuderski
2023-09-13[mlir][spirv][gpu] Clean up wmma to coop matrix NV conversion. NFC. (#66278)Jakub Kuderski
2023-02-26[mlir] NFC: Prepare GPUToSPIRV tests for supporting 64bit indexLei Zhang
2022-10-22[mlir][spirv] Add conversion from GPU WMMA ops to SPIRV Cooperative matrixNirvedh Meshram
2022-10-14[mlir][spirv] GPUToSPIRVPass: support case when `TargetEnv` attribute attache...Ivan Butygin
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-10[mlir][spirv] Turn various passes to plain OperationPassjackalcooper
2022-08-09[mlir][spirv] Use functors for default memory space mappingsLei Zhang
2022-08-09[mlir][spirv] Detach memory space mapping from type conversionLei Zhang
2022-06-09[mlir][gpu] Move GPU headers into IR/ and Transforms/Mogball
2022-03-02[mlir][SPIRV] Split up StandardToSPIRV now that the Standard dialect is goneRiver Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-29[mlir] NFC: split MemRef to SPIR-V conversion into their own filesLei Zhang
2021-04-02[mlir][spirv] Add utilities for push constant valueLei Zhang
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2021-03-21Change OwningRewritePatternList to carry an MLIRContext with it.Chris Lattner
2020-12-23[mlir][spirv] NFC: rename SPIR-V conversion files for consistencyLei Zhang