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