Question on Global memory access

Hi,

Suppose threads in 2 blocks running on two different SMs, request for memory access from global memory simultanoesuly. The question is: is this request for two blocks are serilized or is done in parallel for both thread blocks?

Thanks