aboutsummaryrefslogtreecommitdiff
path: root/slurp.c
Commit message (Collapse)AuthorAge
* Improve host-side checks, fix MSB bug, misc tidyingDavid Phillips2018-04-24
| | | | | | | | | | Host-side check now uses from-scratch libssl SHA to confirm GPU work. Bug when most significant bit of the exponent is set turns out to be because of libssl's storage of such exponents requiring 5 bytes. This cannot be dynamically adjusted without adjusting the pre-calculated value which is hardcoded into the CL kernel for performance reasons (INITIAL_DATA_LEN)
* Further improvementsDavid Phillips2018-04-24
|
* Dump WIP of opencl portDavid Phillips2017-10-03