Coherence

6 Sep 2026

NVLink-C2C Removes the Copy, Not the Synchronization

The CUDA Programming Guide assumes the host and the device keep separate memories with a copy between them. My DGX Spark doesn’t. So I went and learned what NVLink-C2C actually is compared to PCIe, how coherence behaves across it, and what that changes for someone writing C++ on this machine.