aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-18Add sqlite3-select-opencl.c which attempts to emit an OpenCL kernelcl-codegenTom Gall
in OpenCL source code that could perform the query. The emitter is agressive to bail out if it runs into something it doesn't understand from the sqlite parse tree. Small modifications to opencl-sqlite.h to pick up a new datatype or two in support of this new function.
2014-04-02Initial v.01 commitTom Gall
Represents and early early but functional prototype. See README for various notes. See LICENSE for license info.