What happens when a GPU reads memory
💥 Discover this awesome post from Hacker News 📖
📂 **Category**:
✅ **What You’ll Learn**:
Our previous post followed a
vector-add kernel — c[i] = a[i] + b[i], one thread per float — from nvcc
down to the warps. We went into a lot of detail on how the kernel was launched,
but we also lef...
