| 
    MLIR 22.0.0git
    
   | 
 
#include "mlir/Conversion/GPUToSPIRV/GPUToSPIRVPass.h"#include "mlir/Conversion/ArithToSPIRV/ArithToSPIRV.h"#include "mlir/Conversion/FuncToSPIRV/FuncToSPIRV.h"#include "mlir/Conversion/GPUToSPIRV/GPUToSPIRV.h"#include "mlir/Conversion/MemRefToSPIRV/MemRefToSPIRV.h"#include "mlir/Conversion/SCFToSPIRV/SCFToSPIRV.h"#include "mlir/Conversion/VectorToSPIRV/VectorToSPIRV.h"#include "mlir/Dialect/Func/IR/FuncOps.h"#include "mlir/Dialect/GPU/IR/GPUDialect.h"#include "mlir/Dialect/SPIRV/IR/SPIRVOps.h"#include "mlir/Dialect/SPIRV/Transforms/SPIRVConversion.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Conversion/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::impl::ConvertGPUToSPIRVBase< DerivedT > | 
Namespaces | |
| namespace | mlir | 
| Include the generated interface declarations.  | |
| namespace | mlir::impl | 
| Attribute collections provide a dictionary-like interface.  | |
Macros | |
| #define | GEN_PASS_DEF_CONVERTGPUTOSPIRV | 
| #define GEN_PASS_DEF_CONVERTGPUTOSPIRV | 
Definition at line 29 of file GPUToSPIRVPass.cpp.