Monokernel inference engine hits 3,300 tokens/s on MI300X
๐กSee how custom kernel engineering on AMD MI300X is pushing inference speeds to 3,300 tokens/s.
โก 30-Second TL;DR
What Changed
Achieves up to 3,300 output tokens/s per request on 8x MI300X.
Why It Matters
This demonstrates that AMD hardware can achieve extreme inference performance with custom kernel engineering, challenging the dominance of standard CUDA-based stacks.
What To Do Next
Visit playground.kog.ai to test the inference speed of their engine on the MI300X platform.
Key Points
- โขAchieves up to 3,300 output tokens/s per request on 8x MI300X.
- โขRuns full decode sequence as a single GPU-resident program.
- โขOptimized by aligning memory access with physical die topology.
- โขCurrently supports 2B models with plans for frontier MoE support.
๐ง Deep Insight
Web-grounded analysis with 7 cited sources.
๐ Enhanced Key Takeaways
- โขKog AI, a French company founded in 2023, develops a vertically integrated, real-time AI stack with a proprietary inference engine designed to bypass traditional abstraction layers.
- โขThe monokernel engine's optimization extends to grouping compute units by their associated Input/Output Die (IOD) to maximize the hardware's design performance.
- โขKog AI claims its engine achieves up to 3.5 times faster token generation compared to other leading inference solutions, including vLLM and TensorRT-LLM, across various top-tier GPUs (MI300X, H100, H200, B200), specifically emphasizing sequential decoding speed per individual request.
- โขA critical technical innovation by Kog AI is the Kog Collective Communications Library (KCCL), engineered to achieve record-low cross-GPU communication latencies.
๐ ๏ธ Technical Deep Dive
- The monokernel inference engine executes the entire decode sequence as a single GPU-resident program on AMD ROCm datacenter GPUs.
- Optimization is achieved by precisely mapping memory access patterns to the physical die topology of the AMD MI300X.
- Compute units are grouped according to their associated Input/Output Die (IOD) to leverage the hardware's full design performance.
- The engine is built using optimized C++ and assembly code to eliminate inefficiencies and bypass traditional abstraction layers.
- Kog AI developed the Kog Collective Communications Library (KCCL) to specifically reduce cross-GPU communication latency.
- The reported 3,300 output tokens/s benchmark was achieved per request, with a batch size of 1, without speculative decoding or quantization, on an 8x MI300X setup, running a small 2B coding model.
- The AMD MI300X GPU itself features 192GB of HBM3 memory and 5.3 TB/s bandwidth, utilizing a chiplet-based architecture.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
๐ Sources (7)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
Same topic
Explore #inference
Same product
More on kog-ai-monokernel
Same source
Latest from Reddit r/MachineLearning

How AMD's 2006 ATI Acquisition Built Today's AI Empire
NeurIPS 2026 Theory Paper Review Distribution Discussion
Integrating AI Coding Agents with Cloud GPU Workflows

Statistically-Lossless Quantization for Large Language Models
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/MachineLearning โ