MLIR  19.0.0git
Namespaces | Macros | Functions
VectorToGPU.h File Reference
#include "mlir/IR/PatternMatch.h"
#include "mlir/Conversion/Passes.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 

Macros

#define GEN_PASS_DECL_CONVERTVECTORTOGPU
 

Functions

void mlir::populatePrepareVectorToMMAPatterns (RewritePatternSet &patterns, bool useNvGpu=false)
 Patterns to transform vector ops into a canonical form to convert to MMA matrix operations. More...
 
LogicalResult mlir::convertVectorToMMAOps (RewriterBase &rewriter, Operation *rootOp)
 Convert vector ops to MMA matrix operations nested under rootOp. More...
 
LogicalResult mlir::convertVectorToNVVMCompatibleMMASync (RewriterBase &rewriter, Operation *rootOp)
 Convert vector ops ops nested under rootOp to vector and GPU operaitons compatible with the nvvm.mma.sync lowering path. More...
 
std::unique_ptr< Passmlir::createConvertVectorToGPUPass (bool useNvGpu=false)
 Convert from vector to GPU ops. More...
 

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTVECTORTOGPU

#define GEN_PASS_DECL_CONVERTVECTORTOGPU

Definition at line 20 of file VectorToGPU.h.