- Sep 19, 2018
-
-
psychocrypt authored
- use optimzed div and sqrt - reduce memory footprint
-
psychocrypt authored
- fix code style issues - fix spelling issue - fix asm to support newer clang versions
-
psychocrypt authored
add option `unroll` for OpenCL to allow better tuning the main POW kernel.
-
- Sep 16, 2018
-
-
psychocrypt authored
There is a copy past mistake tha tthe type of the variable `memChunk` is not tested.
-
- Mar 31, 2018
-
-
fireice-uk authored
-
- Feb 19, 2018
-
-
psychocrypt authored
- add new option `comp_mode` to the amd config - disable `if guards` within opencl kernel if `comp_mode : false`
-
- Feb 17, 2018
-
-
psychocrypt authored
- add new option for `strided_index` - add additional option if `strided_index == 2` to controll the memory chunk with
-
- Feb 01, 2018
-
-
Ryan authored
The AMD jconf.cpp would only accept an array. The config sample, and the nvidia and cpu config work with the value 'null', as they accept a 'kNullType'. This means at current, AMD GPUs could not be turned off, the config file wouldn't parse on load. This change makes AMD consistent with the others, and can now be disabled.
-
- Dec 02, 2017
-
-
psychocrypt authored
Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
-
- Oct 22, 2017
-
-
fireice-uk authored
-
- Sep 30, 2017
-
-
psychocrypt authored
- add clang compile section - cleanup CMake file - fix missing return value
-
psychocrypt authored
-
psychocrypt authored
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp`
-
psychocrypt authored
- add backend - add auto suggestion
-
psychocrypt authored
-