openvino
openvino copied to clipboard
[GPU] Use ngraph Transpose+MatMul fusion instead of custom code in layout optimizer
Details:
- Allow Tranpose+Matmul+[Transpose] fusion for static shapes
- Allow Transpose in
MoveEltwiseUpThroughDataMovfor specific Transpose -> Eltwise -> MatMul case - Change order of
MoveEltwiseUpThroughDataMovandConvertMatMulToFullyConnectedto simplify callback - Removed custom code for similar fusion in layout optimizer and related debug knob
@isanghao could you please run daily dgpu tests for this PR?