summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/MemRefToSPIRV/MapMemRefStorageClassPass.cpp
AgeCommit message (Expand)Author
2025-06-23[mlir][spirv]: Add Image to Vulkan Storage Class Map (#144899)Jack Frankland
2024-04-02[mlir][pass] Add `errorHandler` param to `Pass::initializeOptions` (#87289)Ivan Butygin
2024-01-30[mlir][spirv] Use `AttrTypeReplacer` in map-memref-storage-class. NFC. (#80055)Jakub Kuderski
2024-01-29[mlir][spirv] Clean up map-memref-storage-class pass (#79937)Jakub Kuderski
2023-12-07Apply clang-tidy fixes for llvm-prefer-isa-or-dyn-cast-in-conditionals in Map...Mehdi Amini
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-01-13[mlir][gpu] Migrate hard-coded address space integers to an enum attribute (g...Christopher Bate
2022-12-19mlir/DialectConversion: use std::optional (NFC)Ramkumar Ramachandra
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-17[mlir][spirv] Support attribute in MapMemRefStorageClassPassLei Zhang
2022-09-20[mlir][spirv] Query target environment for mapping memory spaceStanley Winata
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-23[mlir][spirv] Map memory space to OpenCL/Kernel storage classStanley Winata
2022-08-09[mlir][spirv] Use functors for default memory space mappingsLei Zhang
2022-08-09[mlir][spirv] Make MemRef memory space mapping pass more flexibleLei Zhang
2022-08-09[mlir][spirv] Migrate to use specalized enum attributesLei Zhang
2022-08-05[mlir][spirv] Add default Vulkan memory space to storage class mappingLei Zhang
2022-08-05[mlir][spirv] Add a pass to map memref memory spaceLei Zhang