sarrvesh / cuFFS

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

Allow the user to compile in float/double mode #8

Closed sarrvesh closed 7 years ago

sarrvesh commented 8 years ago

The user should be able to compile the rm synthesis code in both float/double mode. Gaming GPUs seem to slow down while attempting to do double-enable math operations while scientific GPUs work quite well with double data types. To switch between these modes, the user should be able to compile the code in both float/double modes.

sarrvesh commented 7 years ago

Single precision is good enough for RM synthesis. Reopen if necessary.