ml-explore/mlx

[Feature Request] Fallback for custom kernels

Fechada

#3.240 aberto em 11 de mar. de 2026

 (4 comentários) (0 reação) (0 responsável)C++ (1.794 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (26.216 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (75 fundiu PRs em 30d)

Description

We have a specific use-case whereby we need to export MLX callables from Linux. Currently, this prevents us from using any operations that require custom kernels (e.g. grid sample) because otherwise, MLX complains that no Metal GPU was found.

Ideally, we would want to keep the fast kernel so that we can export without a Metal GPU, but execute on a Metal GPU.

Guia do colaborador