@no_stp_on_snek: busy evening in custom rust kernel and swift dispatch land. 3 of the 9 PRs are genuine new or changed metal kernels. th…

X AI KOLs Timeline Tools

Summary

在自定义Rust内核和Swift调度逻辑的优化下,Qwen3.6-35b-A3B模型的预填速度在2k提示下从255 tok/s提升到1058 tok/s,实现了约4倍的加速,解码和困惑度未受影响。

busy evening in custom rust kernel and swift dispatch land. 3 of the 9 PRs are genuine new or changed metal kernels. the other 6 are swift-side dispatch logic that either wires those kernels up or restructures how the existing ones get called net effect: qwen3.6-35b-a3b prefill went 255 to 1058 tok/s at a 2k prompt. about 4x. decode and perplexity didn't move. still lots to go
Original Article
View Cached Full Text

Cached at: 07/07/26, 05:25 AM

busy evening in custom rust kernel and swift dispatch land.

3 of the 9 PRs are genuine new or changed metal kernels. the other 6 are swift-side dispatch logic that either wires those kernels up or restructures how the existing ones get called

net effect: qwen3.6-35b-a3b prefill went 255 to 1058 tok/s at a 2k prompt. about 4x. decode and perplexity didn’t move.

still lots to go

Similar Articles

@nicekate8888: For the past twenty days, I've been obsessing over one thing — how to make Qwen3.6-27B run fast and well on my Mac. I started with Unsloth Q5, got 18 tok/s, and the fan was roaring. Then I switched to MLX 6bit + DFlash, hitting 22 tok/s, still not fast enough. Eventually I found MTPLX 4bit: 43 tok/s with good quality.

X AI KOLs Timeline

The user shares their experience optimizing Qwen3.6-27B inference speed on a Mac using different quantization methods (Unsloth Q5, MLX 6bit + DFlash, MTPLX 4bit), ultimately reaching 43 tok/s.

Qwen3.6:35b UD Q4_K_M 80 tok/s on Nvidia P40

Reddit r/LocalLLaMA

A user shares achieving 80 tok/s on a Qwen3.6 35B model with Q4_K_M quantization and 100k context on a single Nvidia P40 using TheTom's TurboQuant fork of llama.cpp, highlighting various optimizations.