corridorkey-mrp-mlx/src/corridorkey_mlx
modelbeast 4c660dff3c engine: honor compile flag in tiled mode
Tiles are fixed-shape, so fused compilation applies the same as full-frame.
Forcing compile=False in the tiled branch left performance on the table:
measured on the same 12-frame 2048px green-screen set (alpha output
bit-identical, IoU 0.9316):
  M3 Ultra: 3.64 -> 2.48 s/frame (1.47x)
  M1 Ultra: 4.65 -> 4.19 s/frame (1.11x)
Peak memory unchanged (~2.3 GB).
2026-07-16 21:37:22 +10:00
..
convert chore: migrate type checker from mypy to ty 2026-03-01 22:25:14 -03:30
inference feat: add optimization toggle flags + benchmark matrix script 2026-03-09 17:11:28 -02:30
io feat: GPU-side ImageNet normalize + concat for full-frame path 2026-03-09 17:06:47 -02:30
model feat: add optimization toggle flags + benchmark matrix script 2026-03-09 17:11:28 -02:30
utils feat(phase6): optimization, benchmarking, and tiled inference 2026-03-01 06:24:10 -03:30
__init__.py feat: add CorridorKeyMLXEngine integration surface 2026-03-01 06:43:07 -03:30
__main__.py feat(weights): add CLI for downloading weights from GitHub Releases 2026-03-03 09:45:43 -03:30
engine.py engine: honor compile flag in tiled mode 2026-07-16 21:37:22 +10:00
weights_cli.py feat(weights): add CLI for downloading weights from GitHub Releases 2026-03-03 09:45:43 -03:30
weights.py chore: fix lint, format, type errors 2026-03-08 21:29:06 -02:30