ml-explore/mlx

[Feature Request] Fallback for custom kernels

Open

#3,240 建立於 2026年3月11日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C++ (26,216 star) (1,794 fork)batch import
enhancementgood first issue

描述

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.

貢獻者指南