ASF

Tag

GPU

A graphics processor executes thousands of threads in lockstep, which suits problems with regular structure and wide parallelism and suits little else. Programming one is largely a matter of arranging memory so that the arrangement matches how the hardware wants to read it. Writing here covers GPU compute for numerical work, where the algorithm and the memory layout are chosen together rather than in sequence.

© 2026 · sotofranco.dev