x: clean up some experimental mlx backend code

This commit is contained in:
jmorganca
2026-01-17 01:27:12 -08:00
parent c23d5095de
commit b220bfa0b9
39 changed files with 0 additions and 8200 deletions

View File

@@ -1,7 +1,5 @@
# MLX Memory Management
| This package will get consolidated with `x/ml/backend/mlx` in the future.
## Automatic Tracking
All arrays are automatically tracked when created. On `Eval()`, non-kept arrays are freed.