CUDA
2 posts

Rust's Standard Library Now Runs on GPUs: What Did They Actually Do
VectorWare team made Rust’s std library work on GPUs. You can now use println!, read files, and get system time inside GPU kernels. Here’s how they pulled it off.
January 22, 2026 · 2 min · 415 words · Dream Beast Programming

CPU-GPU Overlap Inference Starter Guide: Cut 30% Wait Time with Python
Clarify the CPU/GPU split in PyTorch inference and walk through overlapping techniques that slash latency.
September 15, 2025 · 5 min · 956 words · Rexai Programming