mm65x
|
f226eeec9e
|
Fix nn.GRU skipping bhn bias when hidden is None (#3252)
Co-authored-by: mm65x <mm65x@users.noreply.github.com>
|
2026-03-16 13:28:14 -07:00 |
|
mm65x
|
505fc9850d
|
Fix comparison op JVP returning bool tangents instead of input dtype (#3253)
|
2026-03-16 10:57:28 -07:00 |
|
Long Yixing
|
0bdbfdb838
|
[CUDA] Implement MaskedScatter (#3151)
|
2026-03-15 10:33:55 +09:00 |
|
Lucas Newman
|
5d1700493a
|
[CUDA] Add FFT support (#3243)
|
2026-03-14 21:02:19 +09:00 |
|
Long Yixing
|
a9573f92f6
|
[CUDA] Implement SegmentedMM (#3238)
|
2026-03-11 13:31:43 -07:00 |
|
Anastasiia Filippova
|
e1e1399e1b
|
Hybrid sharding (#3194)
|
2026-03-10 11:47:25 +01:00 |
|
Cheng
|
9d03a1b0d9
|
[CUDA] Support 3/5/6-bit quants in QMV (#3236)
|
2026-03-10 19:09:48 +09:00 |
|
Michelle DiMarco
|
d2702a4fc1
|
Fix non-strict module update with extra weights (#3214)
Co-authored-by: Michelle DiMarco <m_dimarco@apple.com>
|
2026-03-09 22:03:50 -07:00 |
|
Dan Anderson
|
572e0a4ac3
|
Validate dims in rope (#3230)
Co-authored-by: KD2YCU <me@kd2ycu.com>
|
2026-03-09 21:48:45 -07:00 |
|
Dan Anderson
|
a25399cbd4
|
Validate num_splits in split (#3234)
Co-authored-by: KD2YCU <me@kd2ycu.com>
|
2026-03-09 21:47:08 -07:00 |
|
Dan Anderson
|
db487f3649
|
PR #3220 LayerNorm VJP returns zeros_like(weight) instead of zeros_like(bias placeholder) (#3231)
Co-authored-by: KD2YCU <me@kd2ycu.com>
|
2026-03-09 17:06:12 -07:00 |
|
Angelos Katharopoulos
|
d06c3c8936
|
Improve mlx.distributed_config (#3199)
|
2026-03-09 13:17:51 -07:00 |
|
Long Yixing
|
be872ebdef
|
[CUDA] implement Hadamard transform (#3179)
|
2026-03-05 09:34:19 +01:00 |
|
willem adnet
|
8cd377b7db
|
Add the bartlett function (#3155)
|
2026-03-03 11:40:54 -08:00 |
|
AN Long
|
1ce7118303
|
Fix ref leak in mx.save/load with file like object (#3187)
|
2026-03-02 16:55:29 -08:00 |
|
Anastasiia Filippova
|
72e04f7fb7
|
[CUDA] Fsdp (easy) (#3130)
|
2026-03-01 23:29:09 +01:00 |
|
Robert Johansson
|
c8536f5248
|
Fix compile_fuse broadcast split aliasing bug (#3166)
Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com>
|
2026-02-26 18:17:28 -08:00 |
|
Anastasiia Filippova
|
4e00919e5c
|
[CUDA][NCCL] group split (#3172)
|
2026-02-26 09:26:20 +01:00 |
|
willem adnet
|
a8ba5ac3e0
|
Implement mlx.core.blackman (#3136)
|
2026-02-25 13:42:40 -08:00 |
|
Gleb Sterkin
|
1d8d693d08
|
[Metal] Add implicit matmul pathway for mx.conv3d (#3147)
Co-authored-by: Gleb Sterkin <g_sterkin@apple.com>
Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com>
|
2026-02-23 17:52:50 -08:00 |
|
Alex Skryl
|
f2f2d16451
|
Export: preserve Dtype state values in export callback arguments (#3145)
Co-authored-by: Awni Hannun <awni@apple.com>
|
2026-02-19 08:07:28 -08:00 |
|
Anastasiia Filippova
|
06305022ab
|
Tensor scale nvfp4 (#3022)
|
2026-02-18 11:19:26 +01:00 |
|
willem adnet
|
360639c2df
|
Add the hamming window function (#3135)
|
2026-02-17 00:56:05 -08:00 |
|
willem adnet
|
3bbe87e6dc
|
Add hanning window function (#3124)
|
2026-02-16 09:44:49 -08:00 |
|
vskiwi
|
e226af720e
|
Propagate quantization mode in quantized layers (#3133)
|
2026-02-15 18:33:13 -08:00 |
|
Cheng
|
72e94c81e1
|
[CUDA] Attention sinks in cuDNN SDPA (#3118)
|
2026-02-11 16:46:39 +09:00 |
|
Cheng
|
54bb3eea42
|
[CUDA] Use cuDNN SDPA for decoding when using fixed-size KV cache (#3113)
|
2026-02-10 09:15:45 +09:00 |
|
Anastasiia Filippova
|
5e018de4e5
|
Quantize module to QQLinear (#3106)
|
2026-02-09 14:35:17 -08:00 |
|
Cheng
|
566bc16b7c
|
Cleanup test_fast_sdpa.py (#3112)
|
2026-02-08 19:04:24 +09:00 |
|
Manuel Candales
|
90e38f7b93
|
Fix qmv_impl for small N (#3096)
|
2026-02-05 17:33:36 -08:00 |
|
Angelos Katharopoulos
|
ceea571490
|
JACCL update (#3094)
|
2026-02-05 15:16:07 -08:00 |
|
Cheng
|
8ef539522c
|
Fix failing python tests on Windows (#3076)
|
2026-01-30 17:50:18 +09:00 |
|
Awni Hannun
|
fcbdd05022
|
More useful error for large indices (#3079)
|
2026-01-29 13:02:39 -08:00 |
|
atharva
|
590b4f1c16
|
Fix ALiBi slopes for non-power-of-2 num_heads (#3071)
|
2026-01-29 07:23:11 -08:00 |
|
Anri Lombard
|
0c6a895ed7
|
Use lower-right causal mask alignment consistently (#2967)
Co-authored-by: Awni Hannun <awni.hannun@gmail.com>
|
2026-01-28 17:15:14 -08:00 |
|
stef
|
c86a9bced1
|
[Docs] Simple example of using MLX distributed (#2973)
Co-authored-by: Awni Hannun <awni@apple.com>
|
2026-01-28 17:14:56 -08:00 |
|
Awni Hannun
|
4912cc47c2
|
Fp qmv (#2984)
|
2026-01-27 06:33:06 -08:00 |
|
Daniel Hiltgen
|
a828e769be
|
GPU discovery (#3055)
Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com>
|
2026-01-26 09:54:13 -08:00 |
|
Nripesh Niketan
|
b6aa03e5b8
|
Update pre-commit hooks and versions for clang-format, black, and isort (#3059)
|
2026-01-26 06:57:04 -08:00 |
|
Awni Hannun
|
5bd99dd5ec
|
Fix flaky macOS test (#3063)
|
2026-01-25 16:40:57 -08:00 |
|
Cheng
|
fd27829efa
|
Build and test python package on Windows CI (#3049)
|
2026-01-24 07:22:36 +09:00 |
|
Awni Hannun
|
9bac6f8584
|
Allow take on empty array when it makes sense (#3046)
|
2026-01-23 07:25:46 -08:00 |
|
Awni Hannun
|
1d56dfdf59
|
Use higher precision for linspace with double (#3029)
|
2026-01-21 06:20:50 -08:00 |
|
XXXXRT666
|
46d0fdc5ec
|
Type Enhancement for Func Transforms and Bug Fix (#3003)
Co-authored-by: Awni Hannun <awni@apple.com>
|
2026-01-20 07:19:57 +09:00 |
|
Cheng
|
d96a2bdf57
|
Fix python package install path in stubgen (#3009)
|
2026-01-19 09:34:02 +09:00 |
|
Tarjei Mandt
|
ca14d3d835
|
Fix sharding of quantized models with non-power-of-2 bits (#3006)
|
2026-01-18 07:21:56 -08:00 |
|
gufengc
|
d2bef3c6bb
|
fix distributed all_to_sharded bias shard axis from -2 to -1 (#2987)
|
2026-01-17 06:51:42 -08:00 |
|
Angelos Katharopoulos
|
3fe7794f22
|
Reverts changing the MLX_IBV_DEVICES to MLX_JACCL_DEVICES (#2999)
|
2026-01-14 15:44:17 -08:00 |
|
Awni Hannun
|
2469fc2939
|
patch bump for next release (#2991)
|
2026-01-14 08:46:09 -08:00 |
|
Awni Hannun
|
099dcc0f4c
|
Expose to/from fp8 in Python and don't auto-convert fp8 when loading from safetensors (#2985)
|
2026-01-13 15:48:21 -08:00 |
|