MLIR
16.0.0git
|
#include "mlir/Conversion/LLVMCommon/LoweringOptions.h"
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | mlir::OperationPass< OpT > |
Pass to transform an operation of a specific type. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::gpu | |
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::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) |
Creates a pass that lowers GPU dialect operations to NVVM counterparts. More... | |