[Feature Request] [Metal] MLX adapter for Metal kernels (vllm-metal)
Author: WindChimeRanCreated Sep 13, 2026Updated Sep 13, 2026
Labelsenhancement
Required prerequisites
- I have searched the Issue Tracker that this hasn't already been reported. (comment there if it has.)
Motivation
We work on vLLM-metal (https://github.com/vllm-project/vllm-metal), which uses MLX and has many handwritten Metal kernels. These kernels are difficult to write, review, and maintain.
I recently discovered TileLang's Metal DSL and would like to experiment with it as an alternative.
I tried a small local experiment on GDN in-place cache updates, and it indeed made the kernel code easier to express!!
However, the existing PyTorch Metal adapter does not directly fit our MLX runtime, so the experiment required custom MLX integration.
Would you be open to supporting an MLX adapter?
Solution
No response
Alternatives
No response
Additional context
No response
Source: tile-ai/tilelang