bkloppenborg / liboi

OpenCL Interferometry Library
https://github.com/bkloppenborg/liboi/wiki
GNU Lesser General Public License v3.0
5 stars 6 forks source link

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

Open bkloppenborg opened 12 years ago

bkloppenborg commented 12 years ago

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.