@fahdmirza: Luce Megakernel just proved the NVIDIA efficiency gap is a software problem not a hardware one a 2020 RTX 3090 at 220W …

X AI KOLs Following Tools

Summary

Luce Megakernel demonstrates that NVIDIA's efficiency gap is a software problem, achieving 1.8x throughput on an RTX 3090 compared to llama.cpp and matching Apple M5 Max efficiency at lower cost.

Luce Megakernel just proved the NVIDIA efficiency gap is a software problem not a hardware one a 2020 RTX 3090 at 220W now matches Apple M5 Max efficiency and delivers 1.8x the throughput 413 tok/s decode vs 267 tok/s on llama.cpp — same GPU, different software 1.87 tok/J — matching Apple M5 Max at less than a third of the system cost All 24 layers of Qwen3.5-0.8B fused into a single CUDA kernel — zero CPU round trips 25x faster than PyTorch HuggingFace on the same hardware Hybrid DeltaNet and Attention architecture — the first megakernel ever built for this pattern Full breakdown and live benchmark below
Original Article
View Cached Full Text

Cached at: 05/16/26, 07:22 PM

Luce Megakernel just proved the NVIDIA efficiency gap is a software problem not a hardware one

a 2020 RTX 3090 at 220W now matches Apple M5 Max efficiency and delivers 1.8x the throughput

413 tok/s decode vs 267 tok/s on llama.cpp — same GPU, different software 1.87 tok/J — matching Apple M5 Max at less than a third of the system cost All 24 layers of Qwen3.5-0.8B fused into a single CUDA kernel — zero CPU round trips 25x faster than PyTorch HuggingFace on the same hardware Hybrid DeltaNet and Attention architecture — the first megakernel ever built for this pattern

Full breakdown and live benchmark below

indeed.

Similar Articles

Luce Megakernal: Why nobody is taking about this?

Reddit r/LocalLLaMA

Lucebox Hub provides optimized CUDA kernels (Megakernel, DFlash, PFlash) for local LLM inference, achieving significant speedups (2-10x) over llama.cpp on various models and GPUs.

Luce Spark: a 35B MoE on a 16 GB GPU, without the offload tax

Reddit r/LocalLLaMA

Luce Spark is an open-source tool that enables running 35B MoE models on 16GB GPUs by intelligently caching hot experts on the GPU while keeping the rest in system RAM, using a calibrated placement and bounded async cache to maintain high throughput without the usual offload speed cliff.