Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add AMD scratchpad indexing option | psychocrypt | 2017-12-02 | 1 | -0/+1 |
| | | | | | | Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu | ||||
* | Update gpu.hpp | ExceptionallyGreat | 2017-11-21 | 1 | -0/+1 |
| | | | Fixing the compile error on MacOS X | ||||
* | amd: use 64bit target | psychocrypt | 2017-10-24 | 1 | -1/+1 |
| | | | | | - remove 32bit target value - use always 64bit target for amd backend | ||||
* | move nicehash check into nonce calc | fireice-uk | 2017-10-22 | 1 | -1/+1 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 1 | -1/+2 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+50 |
- 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` |