Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | 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 | |||||
| * | | | Merge pull request #1200 from psychocrypt/topic-increaseVersion | psychocrypt | 2018-03-25 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| | | increase version to 2.3.0 | |||||
| | * | | increase version to 2.3.0 | psychocrypt | 2018-03-25 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #1198 from psychocrypt/fix-inputBufferSizeCuda | psychocrypt | 2018-03-25 | 2 | -2/+7 | |
| |\ \ | | | | | | | | | Fix input buffer size cuda | |||||
| | * | | fix input size on device | psychocrypt | 2018-03-25 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fixing allocation issue | Juan Leni | 2018-03-25 | 2 | -1/+6 | |
| |/ / | ||||||
| * | | Merge pull request #1197 from fireice-uk/topic-rc-2-3-0 | psychocrypt | 2018-03-25 | 36 | -599/+1963 | |
| |\ \ | | |/ | |/| | XMR-Stak 2.3.0 RC | |||||
| | * | XMR-Stak 2.3.0 RC | xmr-stak-devs | 2018-03-25 | 36 | -599/+1963 | |
| |/ | | | | | | | | | | | | | 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> | |||||
| * | Merge pull request #1156 from psychocrypt/fix-shadowedVariable | fireice-uk | 2018-03-14 | 1 | -1/+1 | |
| |\ | | | | | | | fix shadowed variable | |||||
| | * | 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 | 3 | -29/+562 | |
| |\ \ | | | | | | | | | 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 | 2 | -0/+380 | |
| | |/ | | | | | | | | | | | | | - add project picosha2 - add license notes for picosha2 | |||||
| * | | Merge pull request #1128 from WyseNynja/patch-2 | fireice-uk | 2018-03-04 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | Comment cleanup | |||||
| | * | Comment cleanup | Bryan Stitt | 2018-03-03 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #1109 from psychocrypt/fix-memChunk | fireice-uk | 2018-02-22 | 4 | -4/+4 | |
| |\ | | | | | | | fix broken memchunk feature | |||||
| | * | 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 | |||||
| * | | Merge pull request #613 from psychocrypt/topic-compatibilityModeAmd | fireice-uk | 2018-02-21 | 8 | -16/+48 | |
| |\ \ | | |/ | |/| | add OpenCL compatibility mode | |||||
| | * | add OpenCL compatibility mode | psychocrypt | 2018-02-19 | 8 | -16/+48 | |
| |/ | | | | | | | | | - add new option `comp_mode` to the amd config - disable `if guards` within opencl kernel if `comp_mode : false` | |||||
| * | Merge pull request #1087 from psychocrypt/topic-blockedStride3 | fireice-uk | 2018-02-19 | 8 | -21/+75 | |
| |\ | | | | | | | AMD: option `mem_chunk`and new `strided_index` | |||||
| | * | AMD: `mem_chunk`and new `strided_index` | psychocrypt | 2018-02-17 | 8 | -21/+75 | |
| | | | | | | | | | | | | | | | - add new option for `strided_index` - add additional option if `strided_index == 2` to controll the memory chunk with | |||||
| * | | Merge pull request #1080 from psychocrypt/topic-reduceRegisterUsage | fireice-uk | 2018-02-19 | 1 | -4/+4 | |
| |\ \ | | | | | | | | | AMD: reduce register usage | |||||
| | * | | AMD: reduce register usage | psychocrypt | 2018-02-14 | 1 | -4/+4 | |
| | |/ | | | | | | | | | | reduce usage of registers: based on the suggestion of @enerc77 | |||||
| * | | Merge pull request #1090 from psychocrypt/fix-logNotContainsAllMessages | fireice-uk | 2018-02-19 | 1 | -3/+3 | |
| |\ \ | | |/ | |/| | fix missing message in log file | |||||
| | * | fix missing message in log file | psychocrypt | 2018-02-17 | 1 | -3/+3 | |
| |/ | | | | | | | initialize the log file as fast as possible after the start of the miner | |||||
| * | Merge pull request #1062 from fireice-uk/topic-rigid | psychocrypt | 2018-02-12 | 8 | -21/+66 | |
| |\ | | | | | | | Add rig identifier | |||||
| | * | Add rig identifier | fireice-uk | 2018-02-10 | 8 | -21/+66 | |
| | | | ||||||
| * | | Merge pull request #1058 from fireice-uk/doc-add-videoguide | psychocrypt | 2018-02-12 | 1 | -0/+5 | |
| |\ \ | | | | | | | | | Add video guide | |||||
| | * | | Add video guide | fireice-uk | 2018-02-11 | 1 | -0/+5 | |
| | |/ | ||||||
| * | | Merge pull request #1066 from psychocrypt/topic-disableOSXCI | fireice-uk | 2018-02-11 | 1 | -4/+4 | |
| |\ \ | | |/ | |/| | disable OSX CI tests | |||||
| | * | disable OSX CI test | psychocrypt | 2018-02-11 | 1 | -4/+4 | |
| |/ | | | | | | | | | | | | | | | | | | | Currently the CI fails due to the issue ``` Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated. The command "if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew tap homebrew/science; fi" failed and exited with 1 during . ``` Until the fix is implemented the OSX tests will be disabled. | |||||
| * | Merge pull request #969 from 7022Andre/patch-1 | fireice-uk | 2018-02-06 | 1 | -44/+47 | |
| |\ | | | | | | | Update compile process (Windows) | |||||
| | * | Move section (build folder) up | Andre | 2018-01-31 | 1 | -2/+3 | |
| | | | | | | | | | Moved section about Windows changing the working directory higher. | |||||
| | * | Merge branch 'dev' into patch-1 | Andre | 2018-01-29 | 5 | -37/+84 | |
| | |\ | ||||||
| | * | | Update compile process | Andre Mueller | 2018-01-24 | 1 | -43/+45 | |
| | | | | | | | | | | | | Added/Rewrote instructions on how to compile in Windows; Fixed some typos and syntax; Added build option section | |||||
| * | | | Merge pull request #1032 from jurnho/patch-1 | psychocrypt | 2018-02-03 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | Update compile_Linux.md | |||||
| | * | | | Update compile_Linux.md | Jurn Ho | 2018-02-03 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
| * | | | Merge pull request #1013 from psychocrypt/topic-improveAmdAeonAutosuggestion | fireice-uk | 2018-02-03 | 1 | -0/+3 | |
| |\ \ \ | | | | | | | | | | | improve AMD auto suggestion for AEON |