Skip to content

v0.0.1: Use addmm in linear operation (#27)

Latest
Compare
Choose a tag to compare
@TristanBilot TristanBilot released this 06 Mar 19:15
· 6 commits to main since this release
872b6ec

Initial release

This first release integrates the following fixes since the last uploaded benchmarks:

  • 🐛 CUDA benchmarks are now fixed
  • ⚡️ x @ y + z as linear operation in MLX is changed by mx.addmm
  • the overall benchmark runs faster by spawning less processes