MLIR
20.0.0git
|
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< Pass > | mlir::createConvertVectorToGPUPass (bool useNvGpu=false) |
Convert from vector to GPU ops. More... | |
#define GEN_PASS_DECL_CONVERTVECTORTOGPU |
Definition at line 19 of file VectorToGPU.h.