Route work to the Neural Engine.

Experimental execution paths that move selected mlx-go work (linear operations, draft models, decode stages) onto the Apple Neural Engine, with CPU and GPU fallback preserved.

Experiment. Intentionally narrow and not API-stable, in the repo's own words. Model assessment and routing helpers build everywhere; the block runtimes and IOSurface data plane are Darwin-only and require private-ANE build tags.

What it does

mlx-go-ane is where the third compute unit on Apple Silicon gets explored honestly: subgraph interception and template matching rather than general graph lowering, with measured constraints documented as implementation findings, not universal ANE rules. It builds against mlx-go and mlx-go-lm, and its findings feed the same performance work that gputrace measures on the GPU side. The status section keeps a plain list of what is not implemented yet, and that list is part of the point.