summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix FTBFSpowerTimothy Pearson2018-06-041-1/+1
* remove definition of `_mm256_set_m128i`psychocrypt2018-06-041-1/+1
* fix duplicated nonce usagepsychocrypt2018-06-044-12/+20
* fix possible deadlock with Voltapsychocrypt2018-06-041-1/+1
* github annotationspsychocrypt2018-06-041-3/+3
* use read write locks to secure job updatespsychocrypt2018-06-042-61/+6
* add read write lock classpsychocrypt2018-06-042-45/+64
* fix job consume (possible deadlock)psychocrypt2018-06-049-85/+78
* Fix condition on stellite checkJason Rhinelander2018-06-041-1/+1
* set correct `iPoolId` for miner_workpsychocrypt2018-06-043-14/+26
* Spell checkTony Butler2018-06-0434-411/+409
* support stellite v4 forkpsychocrypt2018-06-046-39/+115
* fix that cli option `--noAMDCache`psychocrypt2018-06-041-6/+6
* add support for IPBC coinpsychocrypt2018-06-046-34/+115
* Fixes #1467Vladimir Tamara2018-06-041-0/+1
* remove fork for sumokoin and moneropsychocrypt2018-06-041-1/+1
* add independent dev pool coin descriptionpsychocrypt2018-06-049-43/+47
* fix wrong algo selectionpsychocrypt2018-06-043-8/+36
* allow non AMD OpenCL driver and devicespsychocrypt2018-06-045-15/+50
* fix a few conversion warningspsychocrypt2018-06-044-8/+8
* change 64Bit size value to 32Bitpsychocrypt2018-06-046-24/+26
* refactor scratchpad creationpsychocrypt2018-06-046-11/+35
* amd simplify kernel for different algorithmspsychocrypt2018-06-044-431/+295
* Fix spelling mistake in gpu.cppTakeshi Suzuki2018-06-041-2/+2
* Repair more typos in comments onlyTony Butler2018-06-043-4/+4
* Repair all 'namepsace' to 'namespace' (all within comments)Tony Butler2018-06-0417-17/+17
* NVIDIA: fix sumokoinpsychocrypt2018-06-041-26/+20
* fix cuda architecture detectionpsychocrypt2018-06-041-1/+1
* AMD OpenCL: fix sumokoinpsychocrypt2018-06-041-3/+12
* change `height` to `version`psychocrypt2018-06-043-4/+4
* refactor mining algo selectionpsychocrypt2018-06-048-90/+73
* fix OpenCl AMD on OSXpsychocrypt2018-06-041-4/+1
* Add filename to backend errorsfireice-uk2018-06-043-15/+15
* github annotationspsychocrypt2018-06-041-13/+7
* POW AEON v7psychocrypt2018-06-047-92/+142
* add cli option `--noAMDCache`psychocrypt2018-06-041-21/+25
* fix parentheses warningpsychocrypt2018-06-041-1/+1
* fix autoAdjust(non hwloc)psychocrypt2018-06-041-2/+3
* 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-061-6/+2
* 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
* | Recovered some of power8 speed (3200h/s on 20 core power8 in monero7)Judemir Ribeiro2018-04-061-66/+312
|/
* Ported xmr-stak 2.3.0 rc to ppc64leJudemir Ribeiro2018-04-0112-362/+1223
* Merge pull request #1205 from psychocrypt/topic-revertInputSizeChangefireice-uk2018-03-251-2/+3
|\
| * revert input size changepsychocrypt2018-03-251-2/+3
* | OpenCL precompiled code messagepsychocrypt2018-03-251-3/+3
|/
* fix input size on devicepsychocrypt2018-03-251-1/+1
* Fixing allocation issueJuan Leni2018-03-251-1/+1
OpenPOWER on IntegriCloud