Open jaro-sevcik opened 5 days ago
The patch tracks the mapping of aliases to compile-only backend platform names. The mapping enables canonicalizing platform names correctly ('gpu' -> 'cuda') when we only have compile-only backends for the platform.
This is an alternative to https://github.com/jax-ml/jax/pull/25033 to address https://github.com/jax-ml/jax/issues/23971.
The patch tracks the mapping of aliases to compile-only backend platform names. The mapping enables canonicalizing platform names correctly ('gpu' -> 'cuda') when we only have compile-only backends for the platform.