sarrvesh / cuFFS

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

Avoid for loops inside gpu kernels #32

Closed sarrvesh closed 7 years ago

sarrvesh commented 8 years ago

The += operation inside computeQ and computeU alone takes up about 30 ms per input channel.

sarrvesh commented 7 years ago

Invalid in v0.2.