MLIR
17.0.0git
|
#include "mlir/Conversion/LLVMCommon/LoweringOptions.h"
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"
#include <memory>
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::gpu | |
Macros | |
#define | GEN_PASS_DECL_CONVERTGPUOPSTONVVMOPS |
Functions | |
LLVM::LLVMStructType | mlir::convertMMAToLLVMType (gpu::MMAMatrixType type) |
Return the LLVMStructureType corresponding to the MMAMatrixType type . More... | |
void | mlir::configureGpuToNVVMConversionLegality (ConversionTarget &target) |
Configure target to convert from the GPU dialect to NVVM. More... | |
void | mlir::populateGpuToNVVMConversionPatterns (LLVMTypeConverter &converter, RewritePatternSet &patterns) |
Collect a set of patterns to convert from the GPU dialect to NVVM. More... | |
void | mlir::populateGpuSubgroupReduceOpLoweringPattern (LLVMTypeConverter &converter, RewritePatternSet &patterns) |
Populate GpuSubgroupReduce pattern to NVVM. More... | |
void | mlir::populateGpuWMMAToNVVMConversionPatterns (LLVMTypeConverter &converter, RewritePatternSet &patterns) |
Collect a set of patterns to convert WMMA ops from GPU dialect to NVVM. More... | |
std::unique_ptr< OperationPass< gpu::GPUModuleOp > > | mlir::createLowerGpuOpsToNVVMOpsPass (unsigned indexBitwidth=kDeriveIndexBitwidthFromDataLayout, bool hasRedux=false) |
Creates a pass that lowers GPU dialect operations to NVVM counterparts. More... | |
#define GEN_PASS_DECL_CONVERTGPUOPSTONVVMOPS |
Definition at line 28 of file GPUToNVVMPass.h.