Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove magic constant for thread count | David Phillips | 2018-04-24 |
| | |||
* | Improve host-side checks, fix MSB bug, misc tidying | David Phillips | 2018-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 improvements | David Phillips | 2018-04-24 |
| | |||
* | Misc performance improvements in CL kernel | David Phillips | 2018-04-24 |
| | |||
* | Initial dump of SHA CL port | David Phillips | 2018-04-24 |
| | |||
* | Resize device result buffer | David Phillips | 2017-10-03 |
| | |||
* | Dump WIP of opencl port | David Phillips | 2017-10-03 |
| | |||
* | Import my CL trampoline from fractal-gen project | David Phillips | 2017-09-27 |