Hi,
I am work with GTS450 and according spec, I have 1024thread / block and 48KB shared memory / block.
My question is, If some kernel works with 512thread / block, what is maximum shared memory per block? Its 24KB. My problem is that my kernel use 48KB(512thread/block) and it doesnt work well, but there is no error or compiler message.