aboutsummaryrefslogtreecommitdiff
path: root/trampoline.c
Commit message (Collapse)AuthorAge
* Remove magic constant for thread countDavid Phillips2018-04-24
|
* 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
|
* Misc performance improvements in CL kernelDavid Phillips2018-04-24
|
* Initial dump of SHA CL portDavid Phillips2018-04-24
|
* Resize device result bufferDavid Phillips2017-10-03
|
* Dump WIP of opencl portDavid Phillips2017-10-03
|
* Import my CL trampoline from fractal-gen projectDavid Phillips2017-09-27