Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add backend type | psychocrypt | 2017-11-10 | 1 | -0/+1 | |
| | | | | | - add type of the backend to each backend-plugin - add `gteName` to `iBackend` to get the name of the backend | |||||
* | optimize NVIDIA autosuggestion | psychocrypt | 2017-11-03 | 2 | -9/+30 | |
| | | | | | - avoid creation of a config with zero threads or blocks - WINDOWS: reduce the used memory for the auto suggestion by the amount of already used memory | |||||
* | fix windows compile and broken aeon | psychocrypt | 2017-10-28 | 4 | -22/+28 | |
| | | | | | - fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend) | |||||
* | increase safety memory for autosuggestion | psychocrypt | 2017-10-27 | 1 | -8/+8 | |
| | | | | | - increase safty memory from 64 to 128 MiB - NVIDIA: increase lmem reserve per thread to 1kiB | |||||
* | rename `xmr` to `monero` | psychocrypt | 2017-10-27 | 3 | -14/+15 | |
| | | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive | |||||
* | add aeon support to backend nvidia | psychocrypt | 2017-10-27 | 5 | -22/+63 | |
| | | | | | - add template parameter to kernel to support aeon and xmr - update auto suggestion | |||||
* | check if affinity must be set | psychocrypt | 2017-10-27 | 1 | -2/+3 | |
| | | | | - check if affinity vale before calling `thd_setaffinity` | |||||
* | thread affinity for non cpu backends | psychocrypt | 2017-10-26 | 2 | -7/+24 | |
| | | | | | | | | This is a follow up of #43 and use the some mechanism to set the thread affinity for non cpu backends correct. - use cpu affinity workflow for nvidia and amd - cpu: move messages of thread spawning before thread creation | |||||
* | Merge pull request #45 from fireice-uk/topic-nonce-alloc | fireice-uk | 2017-10-23 | 1 | -9/+15 | |
|\ | | | | | Implement pool-controlled nonce allocation | |||||
| * | small fix | fireice-uk | 2017-10-22 | 1 | -1/+1 | |
| | | ||||||
| * | Fix GPU nicehash support | fireice-uk | 2017-10-22 | 1 | -1/+4 | |
| | | ||||||
| * | move nicehash check into nonce calc | fireice-uk | 2017-10-22 | 1 | -4/+1 | |
| | | ||||||
| * | Implement changes suggested | fireice-uk | 2017-10-22 | 1 | -1/+1 | |
| | | ||||||
| * | Implement pool-controlled nonce allocation | fireice-uk | 2017-10-22 | 1 | -9/+15 | |
| | | ||||||
* | | Merge pull request #57 from psychocrypt/fix-nvidiaBackendCrash | fireice-uk | 2017-10-22 | 1 | -8/+9 | |
|\ \ | |/ |/| | fix illegal memory access | |||||
| * | fix illegal memory access | psychocrypt | 2017-10-21 | 1 | -8/+9 | |
| | | | | | | | | remove restricted pointer | |||||
* | | fix CUDA 9 shuffle warning | psychocrypt | 2017-10-20 | 1 | -1/+5 | |
|/ | | | | use `__shffl_snyc` if CUDA 9+ is avalable | |||||
* | Make sure all singletons are set to null and make env a global ptr | fireice-uk | 2017-10-12 | 1 | -1/+1 | |
| | ||||||
* | readd nicehash pool support | psychocrypt | 2017-10-01 | 1 | -1/+5 | |
| | | | | use nicehash start nonce in all backends if nicehash is enabled | |||||
* | nvidia: fix return value if no device is found | psychocrypt | 2017-09-30 | 1 | -1/+1 | |
| | ||||||
* | remove auto conf from json | psychocrypt | 2017-09-30 | 1 | -2/+0 | |
| | ||||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 3 | -4/+4 | |
| | ||||||
* | fix compile | psychocrypt | 2017-09-30 | 4 | -37/+21 | |
| | ||||||
* | cleanup includes | psychocrypt | 2017-09-30 | 7 | -34/+35 | |
| | ||||||
* | group files | psychocrypt | 2017-09-30 | 17 | -0/+3397 | |
- 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` |