Why Is PyTorch Compile So Fast: Kernel Fusion
PyTorch’s compiler achieves significant speedups through kernel fusion, a technique that combines dependent operations into single, efficient kernels. By fusing…
PyTorch’s compiler achieves significant speedups through kernel fusion, a technique that combines dependent operations into single, efficient kernels. By fusing…
PyTorch’s test infrastructure dynamically generates tests across devices and data types at import time, which is why CI test failures…
VKAE is an inference acceleration technology that optimizes GPU performance through software-level kernel improvements rather than hardware changes. The system…
Google released DiffusionGemma, a 26B mixture-of-experts model that generates entire blocks of text simultaneously rather than processing tokens sequentially like…
OpenAI engineers used population-level analysis of core dumps rather than case-by-case inspection to separate a mysterious recurring crash in its…
The SGLang team and NVIDIA achieved a 5x improvement in DeepSeek-V4 throughput on NVIDIA GB300 GPUs since the model’s Day-0…
TokenSpeed-Kernel is an open-source subsystem that simplifies LLM inference backend complexity through a layered API and registry system separating high-level…
Miles is an open-source framework from RadixArk built to address the distributed-systems challenges of large-scale reinforcement learning post-training for LLMs.…
AMD and Meta ported PyTorch Monarch, a distributed training framework, to AMD Instinct GPUs via ROCm, enabling fault-tolerant distributed training…
PyTorch introduced Cross-Repository CI Relay (CRCR), a system that automatically triggers continuous integration in downstream repositories whenever pull requests or…
Google DeepMind introduced an AI Control Roadmap, a security framework for managing increasingly capable AI agents deployed internally by treating…
This article introduces a metacognition benchmark and leaderboard designed to measure whether large language models can recognize their own errors…