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
Use addmm in linear operation (#27)
* linear: replace x @ y + z by mx.addmm(z, x, y)
* update linear results on M1 Pro
* update PR template
* torch.addmm not supported in the bench