cd/entity/CUDA· home entities CUDA
grep -l @cuda /news/*.json | wc -l → 319

CUDA

mentions 319 type Organization page 13/16 feed RSS

// recent coverage 319 mentions

16:00
2026-06-22
developer.nvidia.com
developer-tools

CCCL Runtime: A Modern C++ Runtime for CUDA

NVIDIA released CCCL Runtime, a modern C++ runtime for CUDA, as part of CUDA 13.2. The new APIs provide safer and more convenient abstractions for stream management, memory allocation, and kernel laun…

19:04
2026-06-21
devclubhouse.com
ai-chips

TPU vs GPU: The Architecture and Software Trade-offs

Google's TPU uses a systolic array architecture optimized for tensor algebra, offering higher throughput and energy efficiency than GPUs for dense matrix operations, but requires XLA compilation and i…

14:49
2026-06-20
developer.nvidia.com
developer-tools

Fast Great-Circle Distance Calculation in CUDA C++

NVIDIA developer Norbert Juffa contributed a CUDA C++ implementation of the Haversine formula for fast great-circle distance calculations, leveraging the sinpi() and cospi() functions for improved per…

02:21
2026-06-20
dev.to
artificial-intelligence

Building a Voice AI Platform with 28 Modules in Python

A developer built Omni-VRAM, an open-source voice AI platform with 28 modules. The platform includes speech recognition with five Whisper backends, real-time streaming under 200ms latency, speaker dia…

00:41
2026-06-20
github.com
artificial-intelligence

Out of Stealth (Kinda)

Egoist Machines, Inc. launched LodeDB, an open-source embedded vector database for local retrieval-augmented generation (RAG) that runs the same on-disk index on GPU when available, achieving up to 50…

23:13
2026-06-19
github.com
machine-learning

GPU Puzzles (2021)

Sasha Rush released GPU Puzzles, an interactive notebook teaching beginner GPU programming through coding exercises that map Python to CUDA kernels using NUMBA. The puzzles aim to build intuition for …

15:00
2026-06-19
hiraditya.github.io
large-language-models

Building vLLM from Source: A Field Guide (with all the pitfalls)

A developer building vLLM from source on an AWS g5 instance with Ubuntu 26.04 and Python 3.14 encountered multiple version-skew, driver, and toolchain issues, including a pitfall where missing nvidia-…

04:00
2026-06-19
dev.to
developer-tools

Stop Saying "It Works on My Machine": Docker for AI Engineers

Docker solves the 'it works on my machine' problem for AI engineers by packaging all dependencies—OS, Python, packages, code, and config—into a single portable image. A typical AI project has multiple…

13:44
2026-06-18
openjdk.org
machine-learning

Exploiting GPU Tensor Cores from Java Using Babylon

Researchers extended the Heterogeneous Accelerator Toolkit (HAT) with a tensor-aware API and code transformations using OpenJDK Project Babylon's code reflection API, enabling Java programs to exploit…

09:36
2026-06-18
dev.to
developer-tools

llama-bench skipped FA on capable GPUs — b9437 corrects it

Build b9437 of llama.cpp fixes two default-value bugs in llama-bench that caused flash attention to be skipped on capable GPUs and GPU-layer count to use a legacy sentinel. The flash attention flag no…

23:32
2026-06-17
hiraditya.github.io
machine-learning

Loop Unrolling in the ML Era

Loop unrolling, a classic compiler optimization, is experiencing a resurgence in the machine learning era as a critical technique for maximizing throughput on modern compute architectures like SIMD ve…

15:00
2026-06-17
hiraditya.github.io
large-language-models

vLLM's op IR, or: where the inference engine meets the compiler

VLLM, a model-serving engine for large language models, introduced a small op-level IR to resolve the tension between acting as a compiler target and a hand-tuned kernel dispatcher. The IR allows vLLM…

22:12
2026-06-16
0mean1sigma.com
machine-learning

2678x Faster Matrix Multiplication with a GPU

A developer achieved 2678x faster matrix multiplication using a GPU with CUDA, demonstrating how parallel processing on thousands of GPU cores reduces the O(N³) complexity of sequential matrix multipl…

← prev page 13 / 16 next →
// co-occurs with top 8 entities
// topics top 6 topics