Fetching from the wire…
Public story · 2026-09-12 · high
It compiles the game once into a fixed graph, then replays it instead of relaunching GPU kernels each round.
Why now: The paper posted to arXiv on September 12, 2026.
GPU-CFR beat the fastest prior GPU implementation of counterfactual regret minimization by 29.8 to 80.4 times across eight games on a single A100, according to a paper posted September 12. Counterfactual regret minimization is the standard algorithm behind poker solvers and other imperfect-information game research. It has stayed CPU-bound even as GPUs took over most of machine learning.
Each iteration issues millions of tiny gather and scatter steps across a game tree, and kernel-launch overhead usually erases whatever a GPU offers. GPU-CFR gets around that by treating the game as fixed ahead of time. It compiles the game once into flat arrays of edges and information sets with the indices already computed, grouped into batched passes by depth.
It then records one iteration with CUDA Graph Replay and relaunches that recorded graph on every following round instead of issuing new kernel calls.
That compiled structure alone helps without a GPU. Run on eight CPU threads, it's still 2.2 to 51.1 times faster than the baseline the paper compares against. The paper also reports 14 to 258 times the throughput of LiteEFG on the four largest of the eight games tested.
Each link below shares sources, entities, or timing with this story.
Using op-schema-aware seeded fuzzing against a high-precision fp64 CPU reference on 24 Triton kernels, 15 correct and 9 intentionally buggy, the method caught all 9 buggy variants and passed all 15 controls across five GPU classes (arXiv:2606.20128). Standard kernel benchmarks...
PR #19378 landed in llama.cpp this week, and I think most people are underselling what it means. Backend-agnostic tensor parallelism via --split-mode tensor makes multi-GPU inference work across AMD, Intel, and Apple Silicon. Not just CUDA. Everything. For context: llama.cpp h...
Cross-platform desktop STT built with Tauri. Fully offline using Whisper and Parakeet models. GPU-accelerated on CUDA, or CPU-only via Parakeet V3. Designed to be *"the most forkable speech-to-text app."* Competes with paid tools like Wispr Flow with zero cost and full privacy...
DeepSeek-V4-Flash-0731 landed July 31 under MIT with a DSpark speculative-decoding module attached. Terminal Bench 2.1: 82.7. Toolathlon-Verified: 70.3. DSBench-FullStack: 68.7. DeepSWE: 54.4. NL2Repo: 54.2. The model card claims it beats DeepSeek-V4-Pro (Preview) "despite its...
At its June 24 Investor Day, Qualcomm agreed to acquire Modular (Mojo language, MAX inference engine, founded by LLVM/Swift creator Chris Lattner) all-stock at $3.92B, and unveiled the Dragonfly C1000 data-center CPUs with Meta as launch customer. It's a ~$14B RISC-V-plus-open...
GigaPath-Flash pairs a 22M-parameter ViT-S tile encoder distilled from the billion-parameter GigaPath teacher with a 21M-parameter LongNet slide encoder, retaining 97% of predictive performance (Microsoft Research). GigaTIME-Flash is about 6x faster with 8x less memory, cuttin...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.