
debugging
Why CUDA kernels silently corrupt memory and how to catch the bug
A practical guide to debugging silent memory corruption in CUDA kernels, with compute-sanitizer workflows and a look at Rust-on-GPU tooling.
cudarustdebugging

A practical guide to debugging silent memory corruption in CUDA kernels, with compute-sanitizer workflows and a look at Rust-on-GPU tooling.

Learn how CPU offloading, activation checkpointing, and smart memory management enable training 100B+ parameter LLMs on a single GPU.

Two independent research teams disclosed GDDRHammer and GeForge attacks that exploit Rowhammer-style bit flips in GDDR6 GPU memory to break page table isolation and gain full root access to the host machine.