sarrvesh / cuFFS

A GPU-accelerated Rotation Measure Synthesis code
GNU General Public License v2.0
8 stars 4 forks source link

Insufficient memory on device #31

Closed gheald closed 8 years ago

gheald commented 8 years ago

Larger test case failing with message "ERROR: Insufficient memory on device! Try reducing nPhi"

After a bit of inspection it appears that the global memory might be incorrectly identified. The size of the output Q/U cubes seems to be reported as exactly the same size as the global memory.

gheald commented 8 years ago

gpuList was freed before use. Replaced with selectedDeviceInfo.

Fixed in commit f66c403