TensorSharp hits 2x llama.cpp decode throughput on GLM-5.3-Flash

fuzhongkai · reddit · 2026-08-29

Benchmarks of GLM-5.3-Flash (unsloth GGUF UD-Q2KXL, 101GiB, dual GPUs) comparing TensorSharp vs llama.cpp (PR #27754, CUDA 12.8):

The 2× comes from a shape-keyed LRU graph cache that replays CUDA-captured graphs instead of rebuilding per token — GLM's 34 KDA layers plus hyper-connections make per-token graphs deep in small ops, exactly where rebuild overhead hurts. Prefill is GEMM-bound, so both engines land within a few percent.

Original post →

More from Infra

Infra channel →