I’m very new to all this (started this week), so be kind 🙂
I need to find out how my memory is distributed on my GPU card. I’m running a Intel Xeon CPU with 6 cores and a Tesla C2050 GPU card. How do i find out the size of the global, shared, local, constant, and texture memory?
I’ve tried to use the deviceQuery code some have uploaded, but at this point i’m unable to compile any cuda code.
thanks in advance
The code is taken (and slightly modified) from Cuda by Example. It works for me. What error messages do you get when you try to compile ?