UOA-PARC-SKA / FDAS

Fourier Domain Acceleration Search, FPGA-accelerated with OpenCL.
GNU General Public License v3.0
3 stars 0 forks source link

Support configurations where N_FILTERS is not evenly divisible by N_FILTERS_PARALLEL #7

Closed jopperm closed 4 years ago

jopperm commented 4 years ago

SKA will use 85 filters, which would only allow architectures with 5 or 17 parallel filters. To make the design more adaptable to different device capabilities, we should gracefully handle no-existing templates in the last filter batch.

jopperm commented 4 years ago

Done.