How can I know the amount of shared memory available on my GPU?
I'm interested in how big arrays I can store in my shared memory. My GPU is a Nvidia GeForce 650 Ti. I am using VS2013 with the CUDA toolkit for coding.
I would really appreciate if someone could explain, how I can figure it out by myself, not only give a raw number.