robertkarl.net

Qwen 3.6 Speed on 3090 vs. Apple Silicon

July 04, 2026

How is performance between local Qwen on Apple Silicon vs. a 3090?

The first layer that gets offloaded to RAM results in a fixed-cost memory copy back-and-forth to RAM. The cliff from 0->1 layers in RAM is expected.

Dashed blue and orange lines are the performance on my Mac Studio (M3 Ultra).

What does surprise me a bit? The stability of the results. Each point is 6 runs. The latency and performance were nearly identical across runs, especially for prompt processing.

Pasted image 20260704114132.png

Same graph but for 27B:

Pasted image 20260704115716.png

Takeaway? Performance is fucking great with the 35B A3B, and you can run the Q4 on a single 3090. It's even better in terms of tok/s output with MTP.

If you tried to 'cheat' and run it on a single GPU with offloading some RAM, the performance quickly dives below that of Apple Silicon.

the setup

(I wrote this article; not an AI)