In the specifications of GPU, it only says the shared memory per block. Can we determine the total shared memory for the card?
I am using CUDA 2.2 on CentOS 5
8400 GS gpu
–mits
In the specifications of GPU, it only says the shared memory per block. Can we determine the total shared memory for the card?
I am using CUDA 2.2 on CentOS 5
8400 GS gpu
–mits
The shared memory on all current cards is 16kb per streaming multiprocessor. and your card has either 1 or 2 SM (depending on which revision you have), so it is 16kb or 32kb total.