8000 Tags · TristanBilot/mlx-benchmark · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: TristanBilot/mlx-benchmark

Tags

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
0