MLIR
20.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::configureGpuToNVVMTypeConverter (LLVMTypeConverter &converter) |
Configure the LLVM type convert to convert types and address spaces from the GPU dialect to NVVM. More... | |
void | mlir::populateGpuToNVVMConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns) |
Collect a set of patterns to convert from the GPU dialect to NVVM. More... | |
void | mlir::populateGpuSubgroupReduceOpLoweringPattern (const LLVMTypeConverter &converter, RewritePatternSet &patterns) |
Populate GpuSubgroupReduce pattern to NVVM. More... | |
void | mlir::populateGpuWMMAToNVVMConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns) |
Collect a set of patterns to convert WMMA ops from GPU dialect to NVVM. More... | |
#define GEN_PASS_DECL_CONVERTGPUOPSTONVVMOPS |
Definition at line 26 of file GPUToNVVMPass.h.