|
MLIR 22.0.0git
|
Go to the source code of this file.
Classes | |
| struct | mlir::ConvertVectorToGPUOptions |
Namespaces | |
| namespace | 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. | |
| LogicalResult | mlir::convertVectorToMMAOps (RewriterBase &rewriter, Operation *rootOp) |
| Convert vector ops to MMA matrix operations nested under rootOp. | |
| 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. | |
| std::unique_ptr< Pass > | mlir::createConvertVectorToGPUPass (bool useNvGpu=false) |
| Convert from vector to GPU ops. | |
| #define GEN_PASS_DECL_CONVERTVECTORTOGPU |
Definition at line 19 of file VectorToGPU.h.