Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Output compute time | David Phillips | 2018-07-13 |
| | |||
* | Remove extra argument not picked up by format string | David Phillips | 2018-04-24 |
| | |||
* | 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) | ||
* | Remove unnecessary variable and comments | David Phillips | 2018-04-24 |
| | |||
* | 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 |
| | |||
* | Dump WIP of opencl port | David Phillips | 2017-10-03 |