Skip to content

v0.15.0

Compare
Choose a tag to compare
@awni awni released this 07 Jun 03:16
· 341 commits to main since this release
cf236fc

Highlights

  • Fast Metal GPU FFTs
  • mx.distributed with all_sum and all_gather

Core

  • Added dlpack device __dlpack_device__
  • Fast GPU FFTs benchmarks
  • Add docs for the mx.distributed
  • Add mx.view op

NN

  • softmin, hardshrink, and hardtanh activations

Bugfixes

  • Fix broadcast bug in bitwise ops
  • Allow more buffers for JIT compilation
  • Fix matvec vector stride bug
  • Fix multi-block sort stride management
  • Stable cumprod grad at 0
  • Buf fix with race condition in scan