MLIR-AIE
Public Member Functions | List of all members
EmulateCmpFF32InBF16Pattern Struct Reference

Pattern to emulate f32 comparison ops in bf16. More...

+ Inheritance diagram for EmulateCmpFF32InBF16Pattern:
+ Collaboration diagram for EmulateCmpFF32InBF16Pattern:

Public Member Functions

LogicalResult matchAndRewrite (arith::CmpFOp op, PatternRewriter &rewriter) const override
 

Detailed Description

Pattern to emulate f32 comparison ops in bf16.

Result type stays vector<Nxi1>, only operands are truncated.

Definition at line 950 of file VectorToVectorConversions.cpp.

Member Function Documentation

◆ matchAndRewrite()

LogicalResult EmulateCmpFF32InBF16Pattern::matchAndRewrite ( arith::CmpFOp  op,
PatternRewriter &  rewriter 
) const
inlineoverride

Definition at line 953 of file VectorToVectorConversions.cpp.


The documentation for this struct was generated from the following file: