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
GEMM is almost always implemented as Y = AX+b, so we actually end up doing something less efficient by separating these into two nodes. It's pretty universal on HW backends, too. We could write new optimizations to re-fuse them, but why?