MLIR  19.0.0git
Namespaces | Macros | Functions
GPUToNVVMPass.h File Reference
#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...
 

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTGPUOPSTONVVMOPS

#define GEN_PASS_DECL_CONVERTGPUOPSTONVVMOPS

Definition at line 26 of file GPUToNVVMPass.h.