exo icon indicating copy to clipboard operation
exo copied to clipboard

Support all MLX backends

Open Evanev7 opened this issue 3 days ago • 2 comments

MLX supports many computational backends - cpu, cuda, metal and gpu. It should be easy to specify this information as a parallel part of the InstanceMeta, and pass it into mx.set_default_device() or mx.set_default_stream() early in the runners lifecycle. This could unlock basic support for Nvidia GPUs and Linux CPUs without introducing a new runner.

Evanev7 avatar Dec 22 '25 02:12 Evanev7