bkloppenborg / liboi

OpenCL Interferometry Library

Home Page:https://github.com/bkloppenborg/liboi/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert CPU-only values to doubles, use templates for OpenCL

bkloppenborg opened this issue · comments

Most of the CPU-side computations should use doubles by default, then drop precision (if needed) to push the values to the OpenCL/OpenGL device. C++ templates and runtime editing of kernels could deal with most of these issues.