summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1208 from fireice-uk/dev2.3.0fireice-uk2018-03-2559-993/+3331
|\ | | | | release 2.3.0
| * Merge pull request #1157 from psychocrypt/fix-travisMACOSXfireice-uk2018-03-251-6/+5
| |\ | | | | | | reenable MACOSX travis tests
| | * reenable MACOSX travis testspsychocrypt2018-03-151-6/+5
| | | | | | | | | | | | - remove `brew trap science`
| * | Merge pull request #1209 from psychocrypt/topic-removeOldReleaseSignaturefireice-uk2018-03-251-43/+0
| |\ \ | | | | | | | | remove old release signatures
| | * | remove old release signaturespsychocrypt2018-03-251-43/+0
| |/ / | | | | | | | | | the signatures for the next release will be in the release note itself
| * | Merge pull request #1207 from fireice-uk/topic-video-guidepsychocrypt2018-03-251-1/+1
| |\ \ | | | | | | | | Change video guide to a placeholder link
| | * | Change video guide to a placeholder linkfireice-uk2018-03-251-1/+1
| | | |
| * | | Merge pull request #1206 from psychocrypt/topic-renameMonero2fireice-uk2018-03-253-9/+10
| |\ \ \ | | | | | | | | | | rename `monero2` to `monero7`
| | * | | rename `monero2` to `monero7`psychocrypt2018-03-253-9/+10
| | |/ / | | | | | | | | | | | | fix #1202
| * | | Merge pull request #1203 from psychocrypt/fix-amdBenchmarkModefireice-uk2018-03-251-1/+4
| |\ \ \ | | | | | | | | | | fixAMD benchmark mode
| | * | | fixAMD benchmark modepsychocrypt2018-03-251-1/+4
| | | | | | | | | | | | | | | | | | | | The OpenCl code is only supporting jobs up to 84byte
| * | | | Merge pull request #1205 from psychocrypt/topic-revertInputSizeChangefireice-uk2018-03-251-2/+3
| |\ \ \ \ | | |_|/ / | |/| | | revert input size change
| | * | | revert input size changepsychocrypt2018-03-251-2/+3
| | |/ / | | | | | | | | | | | | revert #1198, the block size is limited to 84byte
| * | | Merge pull request #1204 from psychocrypt/topic-shiftOptionCurrencyDownfireice-uk2018-03-251-1/+1
| |\ \ \ | | | | | | | | | | move option currency down
| | * | | move option currency downpsychocrypt2018-03-251-1/+1
| | |/ / | | | | | | | | | | | | move option `--currency` down
| * | | Merge pull request #1201 from ↵psychocrypt2018-03-251-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | psychocrypt/topic-changeOpenclPrecompiledCodeMessage OpenCL precompiled code message
| | * | | OpenCL precompiled code messagepsychocrypt2018-03-251-3/+3
| | |/ / | | | | | | | | | | | | change warning when precompiled OpenCL code is not found
| * | | Merge pull request #1200 from psychocrypt/topic-increaseVersionpsychocrypt2018-03-251-1/+1
| |\ \ \ | | |/ / | |/| | increase version to 2.3.0
| | * | increase version to 2.3.0psychocrypt2018-03-251-1/+1
| |/ /
| * | Merge pull request #1198 from psychocrypt/fix-inputBufferSizeCudapsychocrypt2018-03-252-2/+7
| |\ \ | | | | | | | | Fix input buffer size cuda
| | * | fix input size on devicepsychocrypt2018-03-251-1/+1
| | | |
| | * | Fixing allocation issueJuan Leni2018-03-252-1/+6
| |/ /
| * | Merge pull request #1197 from fireice-uk/topic-rc-2-3-0psychocrypt2018-03-2536-599/+1963
| |\ \ | | |/ | |/| XMR-Stak 2.3.0 RC
| | * XMR-Stak 2.3.0 RCxmr-stak-devs2018-03-2536-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-shadowedVariablefireice-uk2018-03-141-1/+1
| |\ | | | | | | fix shadowed variable
| | * fix shadowed variablepsychocrypt2018-03-131-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/masterfireice-uk2018-03-121-3/+3
| |\ | | | | | | Fix #1122 - HTML report violates XML rules
| | * Fix non-standard HTML in div (#1122)Jimmie Lin2018-03-111-3/+3
| |/ |/|
| * Merge pull request #1121 from psychocrypt/topic-speedupCUDAStartupfireice-uk2018-03-042-16/+35
| |\ | | | | | | CUDA: reduce startup time
| | * CUDA: reduce startup timepsychocrypt2018-02-282-16/+35
| | | | | | | | | | | | | | | - reduce startup time for multi gpu systems - initialize the GPU memory non concurrent
| * | Merge pull request #1131 from psychocrypt/topic-openCLCompileCachefireice-uk2018-03-043-29/+562
| |\ \ | | | | | | | | OpenCL compile cache
| | * | add OpenCL compiler cachepsychocrypt2018-03-031-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 generatorpsychocrypt2018-03-032-0/+380
| | |/ | | | | | | | | | | | | - add project picosha2 - add license notes for picosha2
| * | Merge pull request #1128 from WyseNynja/patch-2fireice-uk2018-03-041-1/+1
| |\ \ | | |/ | |/| Comment cleanup
| | * Comment cleanupBryan Stitt2018-03-031-1/+1
| |/
| * Merge pull request #1109 from psychocrypt/fix-memChunkfireice-uk2018-02-224-4/+4
| |\ | | | | | | fix broken memchunk feature
| | * fix broken memchunk featurepsychocrypt2018-02-214-4/+4
| |/ | | | | | | fix double definition of define `MEM_CHUNK`
| * Merge pull request #1102 from psychocrypt/topic-opencl_1_1fireice-uk2018-02-211-0/+4
| |\ | | | | | | fix compile with OpenCL 1.1
| | * fix compile with OpenCL 1.1psychocrypt2018-02-191-0/+4
| | | | | | | | | | | | guard error types those are only defined in OpenCL >1.1
| * | Merge pull request #1101 from psychocrypt/topic-mesaSupportfireice-uk2018-02-212-3/+26
| |\ \ | | | | | | | | add Mesa OpenCL support
| | * | add Mesa OpenCL supportpsychocrypt2018-02-192-3/+26
| | |/ | | | | | | | | | allow usage of Mesa OpenCl
| * | Merge pull request #613 from psychocrypt/topic-compatibilityModeAmdfireice-uk2018-02-218-16/+48
| |\ \ | | |/ | |/| add OpenCL compatibility mode
| | * add OpenCL compatibility modepsychocrypt2018-02-198-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-blockedStride3fireice-uk2018-02-198-21/+75
| |\ | | | | | | AMD: option `mem_chunk`and new `strided_index`
| | * AMD: `mem_chunk`and new `strided_index`psychocrypt2018-02-178-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-reduceRegisterUsagefireice-uk2018-02-191-4/+4
| |\ \ | | | | | | | | AMD: reduce register usage
| | * | AMD: reduce register usagepsychocrypt2018-02-141-4/+4
| | |/ | | | | | | | | | reduce usage of registers: based on the suggestion of @enerc77
| * | Merge pull request #1090 from psychocrypt/fix-logNotContainsAllMessagesfireice-uk2018-02-191-3/+3
| |\ \ | | |/ | |/| fix missing message in log file
| | * fix missing message in log filepsychocrypt2018-02-171-3/+3
| |/ | | | | | | initialize the log file as fast as possible after the start of the miner
| * Merge pull request #1062 from fireice-uk/topic-rigidpsychocrypt2018-02-128-21/+66
| |\ | | | | | | Add rig identifier
OpenPOWER on IntegriCloud