mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-23 22:18:13 +08:00

* Enable collapsing batch dims in gemm * Update gemm to only make copies when neither of the last 2 axes are contiguous * Update addmm to support gemv shapes * Update addmm to support irregular batch strides * Update tests