Core concept
Uncoalesced: scattered access = many transactions = slow. HBM bandwidth wasted.
Advertisement
How it works
Common in row-major vs column-major storage decisions.
Advertisement
Trade-offs + gotchas
Every HBM access should be coalesced. Kernel design principle.