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 exmaple:
Following is the code snippet before fuse_mlir pass for the test_gru_bidirct_3args test where @22 is a dot operation and only used once where it is sliced.
RNN has patterns where
Output of GEMM is immediately Sliced.
MIGraphX can slice inputs of the GEMMs instead and only compute portion of the GEMM that is useful instead.
The text was updated successfully, but these errors were encountered: