Shared memory banks size

Hi someone know this parameter? it’ s possible that is 4 Byte?

Correct, the standard bank size is 4 bytes.
On Kepler GPUs, you can change it to 8 bytes with:

cudaDeviceSetSharedMemConfig( cudaSharedMemBankSizeEightByte )

But it’s a no sense! How many banks are? :o But this bank are physical?

So, this bank are similar to registers?