go/pkg/mlx
Claude 065b42a0be
fix: correct 20 mlx-c API mismatches for v0.4.1
- Use _axis/_axes variants for softmax, argmax, topk, sum, mean, squeeze,
  concatenate, argpartition
- Fix size_t vs int for count parameters throughout
- Fix int64_t strides in as_strided
- Add mlx_optional_int + mode param to quantized_matmul
- Use mlx_array_new() for null arrays (freqs, key, mask, sinks)
- Fix expand_dims to single-axis signature
- Fix compile callback signature (size_t index)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 01:52:29 +00:00
..
cache feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
model feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
sample feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
tokenizer feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
array.go fix: correct 20 mlx-c API mismatches for v0.4.1 2026-02-16 01:52:29 +00:00
CMakeLists.txt feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
compile.go fix: correct 20 mlx-c API mismatches for v0.4.1 2026-02-16 01:52:29 +00:00
dtype.go feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
fast.go fix: correct 20 mlx-c API mismatches for v0.4.1 2026-02-16 01:52:29 +00:00
io.go feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
mlx.go feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
mlx_stub.go feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
nn.go feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00
ops.go fix: correct 20 mlx-c API mismatches for v0.4.1 2026-02-16 01:52:29 +00:00
random.go fix: correct 20 mlx-c API mismatches for v0.4.1 2026-02-16 01:52:29 +00:00
slice.go fix: correct 20 mlx-c API mismatches for v0.4.1 2026-02-16 01:52:29 +00:00
stream.go feat: add native MLX backend for Apple Silicon inference (pkg/mlx) 2026-02-16 01:19:04 +00:00