13 #ifndef MLIR_CONVERSION_MEMREFTOSPIRV_MEMREFTOSPIRVPASS_H
14 #define MLIR_CONVERSION_MEMREFTOSPIRV_MEMREFTOSPIRVPASS_H
22 #define GEN_PASS_DECL_MAPMEMREFSTORAGECLASS
23 #define GEN_PASS_DECL_CONVERTMEMREFTOSPIRV
24 #include "mlir/Conversion/Passes.h.inc"
Include the generated interface declarations.
std::unique_ptr< OperationPass<> > createMapMemRefStorageClassPass()
Creates a pass to map numeric MemRef memory spaces to symbolic SPIR-V storage classes.
std::unique_ptr< OperationPass<> > createConvertMemRefToSPIRVPass()
Creates a pass to convert MemRef ops to SPIR-V ops.