MLIR
20.0.0git
|
#include "mlir/Dialect/SPIRV/IR/SPIRVEnums.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DECL_MAPMEMREFSTORAGECLASS |
#define | GEN_PASS_DECL_CONVERTMEMREFTOSPIRV |
Functions | |
std::unique_ptr< OperationPass<> > | mlir::createMapMemRefStorageClassPass () |
Creates a pass to map numeric MemRef memory spaces to symbolic SPIR-V storage classes. More... | |
std::unique_ptr< OperationPass<> > | mlir::createConvertMemRefToSPIRVPass () |
Creates a pass to convert MemRef ops to SPIR-V ops. More... | |
#define GEN_PASS_DECL_CONVERTMEMREFTOSPIRV |
Definition at line 23 of file MemRefToSPIRVPass.h.
#define GEN_PASS_DECL_MAPMEMREFSTORAGECLASS |
Definition at line 22 of file MemRefToSPIRVPass.h.