nvidia-b200-f486ca3f·3 events·first seen Aliases: NVIDIA B200
FlashRT is an agent harness that guides coding agents to transform developer-written reference implementations of real-time multimodal pipelines (voice agents, video generation, multimodal LLMs) into optimized multi-GPU deployments. Using a 'chain-of-program' paradigm, the system directs an agent through IR construction, static analysis, and a measurement-gated optimization loop to tune placement, streaming, and parallelism. Across benchmarks on NVIDIA B200 and AMD MI355X GPUs, FlashRT achieves up to ~70x latency reduction and 3.6x throughput improvement, and outperforms the expert vLLM-Omni implementation for Qwen3-Omni text-to-audio inference on AMD hardware. The result suggests agent-driven optimization may be especially valuable on platforms lacking mature expert tooling.
Researchers introduce the first multiplayer world model capable of conditioning on action streams from multiple agents simultaneously, trained on 10,000 hours of Rocket League gameplay. The 5-billion-parameter latent diffusion model generates four-player matches in real time at 20 FPS on a single Nvidia B200 GPU, with rollouts remaining stable far beyond the training horizon (tested to five minutes, observed for hours). The paper systematically investigates codec design, generative objectives, and multiplayer conditioning, and releases the dataset, codebase, and a live demo. The work advances world model research by addressing multi-agent attribution and coherence under complex physical dynamics.
VideoMLA applies Multi-Head Latent Attention (MLA) to causal video diffusion, replacing per-head keys and values with a shared low-rank content latent and decoupled 3D-RoPE positional key, achieving 92.7% reduction in per-token KV memory. The paper investigates why MLA works despite pretrained video attention not being low-rank (unlike the spectral assumption motivating MLA in LLMs), finding that the MLA bottleneck itself determines effective rank rather than the pretrained spectrum. On VBench, VideoMLA matches short-horizon baselines, achieves best overall score at long horizons, and delivers 1.23x throughput improvement on a single NVIDIA B200 GPU.