Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | increase version to 2.4.2 | psychocrypt | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | NVIDIA: fix sumokoin | psychocrypt | 2018-04-04 | 1 | -26/+20 |
| | | | | | | | | sumokoin is broken if `bfactor >= 5` is used (default for windows) sumokoin for `sm_20` is broken due to the missing extern shared memory - call phase3 kernel two times if sumokoin is enabled - create extern shared memory for phase3 kernel | ||||
* | fix cuda architecture detection | psychocrypt | 2018-04-04 | 1 | -1/+1 |
| | | | | | | fix #1297 If sm_20 is mixed with other architectures the detection for the minimal supported architecture is broken. | ||||
* | AMD OpenCL: fix sumokoin | psychocrypt | 2018-04-03 | 2 | -4/+13 |
| | | | | - fix that version argument was not passed to extended kernel parameters | ||||
* | Merge pull request #1277 from psychocrypt/topic-increaseVersionTo240 | fireice-uk | 2018-04-02 | 1 | -1/+1 |
|\ | | | | | increase version for release to 2.4.0 | ||||
| * | increase version for release to 2.4.0 | psychocrypt | 2018-04-02 | 1 | -1/+1 |
| | | |||||
* | | change `height` to `version` | psychocrypt | 2018-04-02 | 5 | -8/+8 |
| | | | | | | | | -rename `mining_fork_height` to `*_version` | ||||
* | | add stellite coin | psychocrypt | 2018-04-01 | 1 | -0/+1 |
| | | |||||
* | | refactor mining algo selection | psychocrypt | 2018-04-01 | 10 | -102/+90 |
|/ | | | | | - add `fork_height` to currency - refactor algorithm selection | ||||
* | Merge pull request #1271 from fireice-uk/topic-algo-report | psychocrypt | 2018-04-01 | 1 | -2/+5 |
|\ | | | | | Add cn-heavy to algo report | ||||
| * | Add cn-heavy to algo report | fireice-uk | 2018-04-01 | 1 | -2/+5 |
| | | |||||
* | | fix OpenCl AMD on OSX | psychocrypt | 2018-04-01 | 1 | -4/+1 |
|/ | | | | | | fix #1218 - remove inline function with ugly macro :-( | ||||
* | Merge pull request #1263 from fireice-uk/topic-nicehash-workaround | psychocrypt | 2018-03-31 | 1 | -0/+6 |
|\ | | | | | Yet another nicehash workaround -.- | ||||
| * | Yet another nicehash workaround -.- | fireice-uk | 2018-03-31 | 1 | -0/+6 |
| | | |||||
* | | Add filename to backend errors | fireice-uk | 2018-03-31 | 3 | -16/+16 |
|/ | |||||
* | Merge pull request #1236 from psychocrypt/topic-powAeonv7 | fireice-uk | 2018-03-29 | 12 | -111/+163 |
|\ | | | | | POW AEON v7 | ||||
| * | github annotations | psychocrypt | 2018-03-29 | 3 | -22/+9 |
| | | | | | | | | | | | | - documentation: change `aeon` to `aeon7` - change `case` order in `switch` statements - update README.txt | ||||
| * | POW AEON v7 | psychocrypt | 2018-03-27 | 11 | -102/+167 |
| | | | | | | | | | | - add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes | ||||
* | | add cli option `--noAMDCache` | psychocrypt | 2018-03-28 | 3 | -21/+32 |
| | | | | | | | | | | | | allow to disable the OpenCl cache - usefull for read only systems - usefull for unknown errors during cache reading | ||||
* | | Merge pull request #1240 from psychocrypt/fix-parenthesesWarning | fireice-uk | 2018-03-28 | 1 | -1/+1 |
|\ \ | | | | | | | fix parentheses warning | ||||
| * | | fix parentheses warning | psychocrypt | 2018-03-27 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | fix warning ``` /Users/user/xmr-stak/xmrstak/backend/amd/amd_gpu/gpu.cpp:481:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( ret = clGetProgramInfo(ctx->Program, CL_PROGRAM_BINARIES, num_devices * sizeof(char*), all_programs.data(),NULL) != CL_SUCCESS) ``` | ||||
* | | fix autoAdjust(non hwloc) | psychocrypt | 2018-03-26 | 1 | -12/+2 |
|/ | | | | - remove call `IsCurrencyMonero` with `cn_select_memory` | ||||
* | Merge pull request #1206 from psychocrypt/topic-renameMonero2 | fireice-uk | 2018-03-25 | 2 | -4/+4 |
|\ | | | | | rename `monero2` to `monero7` | ||||
| * | rename `monero2` to `monero7` | psychocrypt | 2018-03-25 | 2 | -4/+4 |
| | | | | | | | | fix #1202 | ||||
* | | Merge pull request #1203 from psychocrypt/fix-amdBenchmarkMode | fireice-uk | 2018-03-25 | 1 | -1/+4 |
|\ \ | | | | | | | fixAMD benchmark mode | ||||
| * | | fixAMD benchmark mode | psychocrypt | 2018-03-25 | 1 | -1/+4 |
| | | | | | | | | | | | | The OpenCl code is only supporting jobs up to 84byte | ||||
* | | | Merge pull request #1205 from psychocrypt/topic-revertInputSizeChange | fireice-uk | 2018-03-25 | 1 | -2/+3 |
|\ \ \ | |_|/ |/| | | revert input size change | ||||
| * | | revert input size change | psychocrypt | 2018-03-25 | 1 | -2/+3 |
| |/ | | | | | | | revert #1198, the block size is limited to 84byte | ||||
* | | Merge pull request #1204 from psychocrypt/topic-shiftOptionCurrencyDown | fireice-uk | 2018-03-25 | 1 | -1/+1 |
|\ \ | | | | | | | move option currency down | ||||
| * | | move option currency down | psychocrypt | 2018-03-25 | 1 | -1/+1 |
| |/ | | | | | | | move option `--currency` down | ||||
* | | Merge pull request #1201 from ↵ | psychocrypt | 2018-03-25 | 1 | -3/+3 |
|\ \ | | | | | | | | | | | | | psychocrypt/topic-changeOpenclPrecompiledCodeMessage OpenCL precompiled code message | ||||
| * | | OpenCL precompiled code message | psychocrypt | 2018-03-25 | 1 | -3/+3 |
| |/ | | | | | | | change warning when precompiled OpenCL code is not found | ||||
* | | increase version to 2.3.0 | psychocrypt | 2018-03-25 | 1 | -1/+1 |
|/ | |||||
* | fix input size on device | psychocrypt | 2018-03-25 | 1 | -1/+1 |
| | |||||
* | Fixing allocation issue | Juan Leni | 2018-03-25 | 1 | -1/+1 |
| | |||||
* | XMR-Stak 2.3.0 RC | xmr-stak-devs | 2018-03-25 | 30 | -572/+1895 |
| | | | | | | | Co-authored-by: psychocrypt <psychocryptHPC@gmail.com> Co-authored-by: fireice-uk <fireice-uk@users.noreply.github.com> Co-authored-by: Lee Clagett <code@leeclagett.com> Co-authored-by: curie-kief <curie-kief@users.noreply.github.com> | ||||
* | fix shadowed variable | psychocrypt | 2018-03-13 | 1 | -1/+1 |
| | | | | A redefinition of a variable in a local scope avoid that the intensity is rounded to a multiple of the work size. | ||||
* | Merge pull request #1151 from jimmielin/master | fireice-uk | 2018-03-12 | 1 | -3/+3 |
|\ | | | | | Fix #1122 - HTML report violates XML rules | ||||
| * | Fix non-standard HTML in div (#1122) | Jimmie Lin | 2018-03-11 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #1121 from psychocrypt/topic-speedupCUDAStartup | fireice-uk | 2018-03-04 | 2 | -16/+35 |
|\ \ | | | | | | | CUDA: reduce startup time | ||||
| * | | CUDA: reduce startup time | psychocrypt | 2018-02-28 | 2 | -16/+35 |
| | | | | | | | | | | | | | | | - reduce startup time for multi gpu systems - initialize the GPU memory non concurrent | ||||
* | | | Merge pull request #1131 from psychocrypt/topic-openCLCompileCache | fireice-uk | 2018-03-04 | 2 | -29/+557 |
|\ \ \ | | | | | | | | | OpenCL compile cache | ||||
| * | | | add OpenCL compiler cache | psychocrypt | 2018-03-03 | 1 | -29/+182 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce OpenCL start time by using a self made compiler cache. - store compiled OpenCL binary - load OpenCl binary if available | ||||
| * | | | add header only ssh2 generator | psychocrypt | 2018-03-03 | 1 | -0/+375 |
| |/ / | | | | | | | | | | | | | - add project picosha2 - add license notes for picosha2 | ||||
* | | | Comment cleanup | Bryan Stitt | 2018-03-03 | 1 | -1/+1 |
|/ / | |||||
* | | fix broken memchunk feature | psychocrypt | 2018-02-21 | 4 | -4/+4 |
| | | | | | | | | fix double definition of define `MEM_CHUNK` | ||||
* | | Merge pull request #1102 from psychocrypt/topic-opencl_1_1 | fireice-uk | 2018-02-21 | 1 | -0/+4 |
|\ \ | | | | | | | fix compile with OpenCL 1.1 | ||||
| * | | fix compile with OpenCL 1.1 | psychocrypt | 2018-02-19 | 1 | -0/+4 |
| | | | | | | | | | | | | guard error types those are only defined in OpenCL >1.1 | ||||
* | | | Merge pull request #1101 from psychocrypt/topic-mesaSupport | fireice-uk | 2018-02-21 | 2 | -3/+26 |
|\ \ \ | | | | | | | | | add Mesa OpenCL support | ||||
| * | | | add Mesa OpenCL support | psychocrypt | 2018-02-19 | 2 | -3/+26 |
| |/ / | | | | | | | | | | allow usage of Mesa OpenCl |