You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For input example (after vector canonicalization) like below, the arith.mulf and arith.addf will not be converted to aievec.mul_elem and aievec.add_elem. This is due to the FMA/Conv check that specifically leave these operations unconverted for the aievec.conv op lowering.
arith.mulf
andarith.addf
will not be converted toaievec.mul_elem
andaievec.add_elem
. This is due to the FMA/Conv check that specifically leave these operations unconverted for the aievec.conv op lowering.mlir-aie/lib/Dialect/AIEVec/Transforms/VectorToAIEVecConversions.cpp
Lines 838 to 842 in 1cf0528
mlir-aie/lib/Dialect/AIEVec/Transforms/VectorToAIEVecConversions.cpp
Lines 526 to 529 in c49db4f
mlir-aie/lib/Dialect/AIEVec/Transforms/VectorToAIEVecConversions.cpp
Lines 1849 to 1852 in c49db4f
The text was updated successfully, but these errors were encountered: