Hello,
Shared memory is allocated per block, right ?
So when u have three active blocks running on a SM, do you have three times the shared memory allocated per block allocated on the 16KB shared mem of the SM ? That sounds logical but I just wish to be sure, because this would mean that depending on the Thread Block Size (and so occupancy) you would be able to allocate more or less of shared mem per block.
Thanks for the help!
Vince