Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Disabling AMD GPUs | Ryan | 2018-02-01 | 1 | -2/+5 |
| | | | | | 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. | ||||
* | add AMD scratchpad indexing option | psychocrypt | 2017-12-02 | 1 | -2/+7 |
| | | | | | | Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu | ||||
* | Proper removal of gpu_thread_num | fireice-uk | 2017-10-22 | 1 | -10/+1 |
| | |||||
* | fix clang CUDA compile | psychocrypt | 2017-09-30 | 1 | -1/+1 |
| | | | | | | - add clang compile section - cleanup CMake file - fix missing return value | ||||
* | cleanup includes | psychocrypt | 2017-09-30 | 1 | -9/+7 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+261 |
- 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` |