Scaling TensorRT-LLM: Kernel Fusion and Inflight Batching in Production
How NVIDIA’s TensorRT-LLM squeezes maximum throughput from a single GPU — and across a fleet — by fusing kernels, paged KV-cache, and continuously batching requests.
How NVIDIA’s TensorRT-LLM squeezes maximum throughput from a single GPU — and across a fleet — by fusing kernels, paged KV-cache, and continuously batching requests.
A deep dive into the loss detection, ACK handling, and congestion control loops inside QUIC, with a focus on how they behave under real production traffic on HTTP/3 and gRPC.
A working engineer’s guide to the internals of vLLM’s PagedAttention memory allocator, with concrete knobs, profile traces, and production patterns for squeezing more tokens per second out of a single GPU.
How DuckDB combines a columnar in-memory layout with vectorized, SIMD-aware operators to deliver analytical query performance that rivals dedicated warehouses — and why the same ideas are reshaping mainstream engines like Velox and DataFusion.
Ship a working continuous batching scheduler with paged KV cache and dynamic request interleaving. Real Python, runnable locally, and a roadmap from toy to production-flavored.