Sunday, January 04, 2026

GPU Concurrency

 A Primer on Memory Consistency and Cache Coherence, Second Edition

 NVIDIA’s virtual ISA is called Parallel Thread Execution (PTX).

A kernel refers to a unit of work offloaded by the CPU onto the GPU and typically consists of a large number of software threads.

No comments: