Different block can not communicate with each other, right?

For current GPU, different blocks can not directly communicate with each other? They have to store the value to global memory and then sync and can share the information, right? (I heard H100 can communicate between shared memory, but it is not available now.) Thanks!

That’s correct. Details of Hopper’s Distributed Shared Memory can be found here.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.