MLIR 22.0.0git
VectorContractBF16ToFMA.cpp File Reference

Go to the source code of this file.

Classes

struct  VectorContractBF16ToFMA

Functions

static bool validateVectorContractOperands (Value prodOp)
static SmallVector< memref::SubViewOp > getSubviewFromVectorInput (Location loc, PatternRewriter &rewriter, Value prodOp, ArrayRef< int64_t > nonUnitDimShape, bool isUnitDim)

Function Documentation

◆ getSubviewFromVectorInput()

SmallVector< memref::SubViewOp > getSubviewFromVectorInput ( Location loc,
PatternRewriter & rewriter,
Value prodOp,
ArrayRef< int64_t > nonUnitDimShape,
bool isUnitDim )
static

◆ validateVectorContractOperands()

bool validateVectorContractOperands ( Value prodOp)
static