summaryrefslogtreecommitdiffstats
path: root/xmrstak
Commit message (Collapse)AuthorAgeFilesLines
...
* AMD OpenCL: fix sumokoinpsychocrypt2018-06-042-4/+13
| | | | - fix that version argument was not passed to extended kernel parameters
* increase version for release to 2.4.0psychocrypt2018-06-041-1/+1
|
* change `height` to `version`psychocrypt2018-06-045-8/+8
| | | | -rename `mining_fork_height` to `*_version`
* add stellite coinpsychocrypt2018-06-041-0/+1
|
* refactor mining algo selectionpsychocrypt2018-06-0410-102/+90
| | | | | - add `fork_height` to currency - refactor algorithm selection
* Add cn-heavy to algo reportfireice-uk2018-06-041-2/+5
|
* fix OpenCl AMD on OSXpsychocrypt2018-06-041-4/+1
| | | | | | fix #1218 - remove inline function with ugly macro :-(
* Yet another nicehash workaround -.-fireice-uk2018-06-041-0/+6
|
* Add filename to backend errorsfireice-uk2018-06-043-15/+15
|
* github annotationspsychocrypt2018-06-043-14/+9
| | | | | | - documentation: change `aeon` to `aeon7` - change `case` order in `switch` statements - update README.txt
* POW AEON v7psychocrypt2018-06-0411-102/+167
| | | | | - add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes
* add cli option `--noAMDCache`psychocrypt2018-06-043-21/+32
| | | | | | allow to disable the OpenCl cache - usefull for read only systems - usefull for unknown errors during cache reading
* fix parentheses warningpsychocrypt2018-06-041-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)psychocrypt2018-06-041-2/+3
| | | | - remove call `IsCurrencyMonero` with `cn_select_memory`
* Set monero7 pool directly.Judemir Ribeiro2018-04-071-2/+2
|
* Fixed compile error without hwloc.Judemir Ribeiro2018-04-071-17/+1
|
* Update cryptonight_altivec.hJudemir Ribeiro2018-04-071-2/+5
|
* Recovered some power8 speed (3200h/s on monero7 with 20 core power8)Judemir Ribeiro2018-04-063-13/+9
|
* Merge branch 'master' of https://github.com/nioroso-x3/xmr-stakJudemir Ribeiro2018-04-061-2/+6
|\
| * Update cryptonight_altivec.hJudemir Ribeiro2018-04-061-2/+6
| | | | | | Fix for gcc 7 behavior
* | Recovered some of power8 speed (3200h/s on 20 core power8 in monero7)Judemir Ribeiro2018-04-062-72/+318
|/
* Ported xmr-stak 2.3.0 rc to ppc64leJudemir Ribeiro2018-04-0116-399/+1242
|
* Merge pull request #1206 from psychocrypt/topic-renameMonero2fireice-uk2018-03-252-4/+4
|\ | | | | rename `monero2` to `monero7`
| * rename `monero2` to `monero7`psychocrypt2018-03-252-4/+4
| | | | | | | | 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
* | increase version to 2.3.0psychocrypt2018-03-251-1/+1
|/
* fix input size on devicepsychocrypt2018-03-251-1/+1
|
* Fixing allocation issueJuan Leni2018-03-251-1/+1
|
* XMR-Stak 2.3.0 RCxmr-stak-devs2018-03-2530-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 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-042-29/+557
|\ \ \ | | | | | | | | 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-031-0/+375
| |/ / | | | | | | | | | | | | - add project picosha2 - add license notes for picosha2
* | | Comment cleanupBryan Stitt2018-03-031-1/+1
|/ /
* | 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
OpenPOWER on IntegriCloud