How to find out the amount of device memory and texture memory available for a GPU card? I have a 8800 Ultra.
Thank you,
How to find out the amount of device memory and texture memory available for a GPU card? I have a 8800 Ultra.
Thank you,
Amout of device memory can be obtained with cudaGetDeviceProperties()
Probably running “deviceQuery” from examples will help.