aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove old irrelevant commentopenclDavid Phillips2018-07-13
* Output compute timeDavid Phillips2018-07-13
* Revert "Marginally improve GPU comparison speed"David Phillips2018-07-13
* Add GPU bench table to readmeDavid Phillips2018-04-24
* Remove -g debug flagDavid Phillips2018-04-24
* Remove extra argument not picked up by format stringDavid Phillips2018-04-24
* Remove magic constant for thread countDavid Phillips2018-04-24
* Marginally improve GPU comparison speedDavid Phillips2018-04-24
* Improve host-side checks, fix MSB bug, misc tidyingDavid Phillips2018-04-24
* Fix OOB accessDavid Phillips2018-04-24
* Remove unnecessary variable and commentsDavid Phillips2018-04-24
* Further improvementsDavid Phillips2018-04-24
* Misc performance improvements in CL kernelDavid Phillips2018-04-24
* Initial dump of SHA CL portDavid Phillips2018-04-24
* Add sand-leek-cl to gitignoreDavid Phillips2018-04-24
* Fix incorrect grouping in device-side ROLDavid Phillips2017-11-19
* Resize device result bufferDavid Phillips2017-10-03
* Dump WIP of opencl portDavid Phillips2017-10-03
* Add more targets to -clDavid Phillips2017-10-02
* Add opencl CFLAGS and targets to makefileDavid Phillips2017-10-02
* Remove partly broken sand-leek-cl target from allDavid Phillips2017-10-01
* Factor out magic sha1 chunk size constantDavid Phillips2017-10-01
* Add NIH SHA1 implementation mockup for portingDavid Phillips2017-10-01
* Import my CL trampoline from fractal-gen projectDavid Phillips2017-09-27
* Tidy unnecessary magic constants awayDavid Phillips2017-09-20
* Fix accidental regression with never-zero loop countDavid Phillips2017-09-14
* Clean up test runner scriptDavid Phillips2017-09-12
* Free bignum_e at exit, don't leak that memoryDavid Phillips2017-09-12
* Don't use GNU extensions on rmDavid Phillips2017-08-23
* Thread count can never be zero, don't worry about /0 from itDavid Phillips2017-08-09
* Remove division by zero if no loops completeDavid Phillips2017-08-09
* Change from sh to bash for pushdDavid Phillips2017-07-27
* Add more tests, pull simple test runner from other projectDavid Phillips2017-07-27
* Add more function docs to onion_base32.cDavid Phillips2017-07-03
* Correct equality check in test.shDavid Phillips2017-06-27
* Add test recipe to travis runDavid Phillips2017-06-27
* Add test recipe to MakefileDavid Phillips2017-06-27
* Expand \r to \n before parsing in test.shDavid Phillips2017-06-27
* Don't trample worker thread output with performance stringDavid Phillips2017-06-27
* Add basic sanity check scriptDavid Phillips2017-06-27
* Correct old outdated error messageDavid Phillips2017-06-27
* Add travis build label to readmeDavid Phillips2017-06-27
* Fix LDFLAGS orderDavid Phillips2017-06-27
* Fix indentation in .travis.ymlDavid Phillips2017-06-27
* Add .travis.yml for CIDavid Phillips2017-06-27
* Change char array to unsigned to avoid (pedantic) overflowDavid Phillips2017-06-26
* Remove outdated key sanity commentDavid Phillips2017-06-24
* Update benchmarkDavid Phillips2017-06-20
* Remove debug spin haltDavid Phillips2017-05-29
* Free alloced objects, move volatile to start of declDavid Phillips2017-05-29