Stop Waiting for a Bigger Context Window
INT21 has built SwarmOS, a cloud-native platform for multi-agent AI systems, arguing that orchestrating specialized agents is more effective than relying on larger context windows. The company demonst…
INT21 has built SwarmOS, a cloud-native platform for multi-agent AI systems, arguing that orchestrating specialized agents is more effective than relying on larger context windows. The company demonst…
Helion kernels were integrated into vLLM for FP8 inference using Qwen3 models and evaluated across NVIDIA H100 and B200 GPUs. The experiments demonstrated that Helion provides a productive PyTorch-nat…
NVIDIA's Blackwell consumer GPU (GB203/SM_120) features a unified TensorCore pipeline where all 12 non-FP64 precision formats share identical 29-cycle latency and 23-cycle throughput, reducing precisi…
NVIDIA's CUTLASS library, a header-only C++ template framework for writing custom CUDA kernels, powers much of the AI infrastructure behind FlashAttention, vLLM, and PyTorch's internal kernels. The li…
Researchers at the FlashInfer MLSYS Challenge developed a formal verification method using the SPIN model checker to detect deadlocks in CuTe DSL kernels running on NVIDIA B200 GPUs. The approach, dem…
TileLang introduces a middle-ground approach for writing high-performance GPU kernels, offering explicit control over shared memory allocation, pipeline staging, and warp partitioning through Python c…
Matrix multiplications on Nvidia A100 GPUs run up to 15% faster when the input matrices contain predictable values like zeros or integers, rather than random data. The performance difference stems fro…