ZZMatMulToMatmulV3FusionPass
Description
Converts the MatmulV2 operator that fits the graph fusion pattern into the MatmulV3 operator.

Restrictions
The fusion pattern does not take effect if any of the following conditions are met:
- The platform does not support l0c2out or out2l1_nd2nz, but supports l0c2ub and fix_pipe_l0c2ub.
- Any input or output dimension is below 2, the shape is dynamic, and the input or output data type is not float16, bfloat16, or float32.
Availability
Parent topic: Graph Fusion Patterns