Govur University Logo
--> --> --> -->
...

What specific memory access pattern must be satisfied by a warp to ensure that all global memory requests are serviced in a single transaction by the memory controller?



To ensure that all global memory requests from a warp are serviced in a single transaction, the memory access pattern must be coalesced. A coalesced access occurs when all 32 threads in a warp access a contiguous, aligned block of memory. The memory address accessed by the warp must be aligned to the size of the memory transactio....

Log in to view the answer



Redundant Elements