Ep. 017 - DeepSeek V4 and Huawei Ascend NPU Performance (InferenceX) | Kimbo Chen, Cam Quilici, Bryan Shan, Jordan Nanos
Original source
Guests
Cam Quilici is a frontend developer at SemiAnalysis working on AI infrastructure and inference tooling.
Kimbo Chen is a Frontend Engineer, Wordpress at SemiAnalysis.
Bryan Shan appears to be associated with SemiAnalysis and discussed AI infrastructure and accelerator performance on the podcast.
Summary
The conversation centers on how DeepSeek V4 changes the inference game relative to V3: a 1M context window, two sparse-attention variants, an embedding compressor, and sliding-window logic that together cut KV-cache usage dramatically. The guests explain that these model-side changes are only half the story; day-zero support depends on adapting kernels to shape changes like MHC dimensions and on having the right runtime access and vendor libraries in advance. They also unpack mega-kernel / mega-MOE ideas, where compute and communication are fused into a single kernel to reduce memory traffic and launch overhead, while noting the engineering tradeoffs and memory pressure this creates. The episode uses the InferenceX article to show how performance improves through many compounding optimizations rather than a single headline benchmark. It closes with broader ecosystem implications for vLLM, SGLang, Huawei Ascend, AMD FP4 enablement, and the competitive value of open-source tooling and documentation.