OpenAI releases Triton 1.0, a Python-like language for GPU kernels
OpenAI Blog · Jul 19, 2026 · 2 min read
OpenAI is shipping Triton 1.0 to the public, and it's the kind of tool that could quietly rewrite how a lot of neural n...
7 articles
Explore our coverage of CUDA — 7 curated articles, summaries, and related resources from the Inblix archive.
OpenAI Blog · Jul 19, 2026 · 2 min read
OpenAI is shipping Triton 1.0 to the public, and it's the kind of tool that could quietly rewrite how a lot of neural n...
Hugging Face Blog · May 29, 2026 · 2 min read
Most PyTorch users know they should profile their models. Few actually do it. The barrier isn't a lack of tools — it's...
Hugging Face Blog · May 14, 2026 · 2 min read
If you're running inference on an H200 at $5 an hour, every second the GPU sits idle is money you're lighting on fire....
The Register AI · May 5, 2026 · 2 min read
AMD is no longer just nipping at Nvidia's heels—it's swinging for the fences, and doing it on two fronts. First, the co...
The Register AI · Apr 28, 2026 · 2 min read
Anthropic made a move this week that should have enterprise buyers paying close attention. They quietly launched Opus 5...
Hugging Face Blog · Feb 13, 2026 · 2 min read
Writing fast CUDA kernels is a dark art. It's not just about knowing C++ — it's about wrangling GPU memory hierarchies,...
Hugging Face Blog · Aug 18, 2025 · 2 min read
Writing a fast CUDA kernel for a specific GPU is one thing. Making it build cleanly for multiple architectures, survive...