Hi,
I have a program that will allocate block size amount of shared memory in each block.
Since I want to test my algorithm with different block size, I would like know is there a way to dynamically allocate shared memory, meaning when I change the block size, the shared array will change size as well.