- Jan 30, 2018
-
-
psychocrypt authored
fix that the GPU name is printed before the name is querried from OpenCL
-
- Jan 27, 2018
-
-
psychocrypt authored
The cpu miner backend uses the wrong ranges of nonces instead of using `[startNonce,startNonce + nonce_chunk)` (startNonce,startNonce + nonce_chunk]` is used. This will results in an overlap with nonces used by the gpu back-ends.
-
- Jan 24, 2018
-
-
psychocrypt authored
revert the change that the OpenCl function `rotate` is used instead of `SKEIN_ROT`
-
Grant Galitz authored
-
Grant Galitz authored
- Eliminate modulus math (It runs slow inside microcode). - Convert whatever the hell was going on into a rotate op. Like... Someone kinda reinvented the wheel in order to do a simple rotate.
-
- Jan 22, 2018
-
-
psychocrypt authored
reduce memory usage to 1GiB for NVIDIA devices with <=6 SMX
-
- Jan 17, 2018
-
-
Vladimir Tamara authored
-
- Jan 13, 2018
-
-
psychocrypt authored
Ignore any affinity >=64 and throw a warning.
-
psychocrypt authored
- if the intensity is zero than do not suggest a config - remove the links to old issues
-
- Jan 09, 2018
-
-
psychocrypt authored
update VEGA names
-
psychocrypt authored
bug was introduced with #67 - increase the L3 sanity check to 2GiB - fix usage of byte instead of KB
-
Tom Doemiller authored
-
- Jan 08, 2018
-
-
fireice-uk authored
-
ChaosMarc authored
-
- Jan 05, 2018
- Jan 04, 2018
-
-
Brian Recchia authored
Changed capitalization of "macOS" Squashed the commit
-
- Jan 03, 2018
-
-
psychocrypt authored
remove warning `#pragma once in main file`
-
- Jan 02, 2018
-
-
Vladimir Tamara authored
-
- Dec 31, 2017
-
-
Doug Johnson authored
Occassionally the auto adjust doesn't find enough memory and the intensity is detected too low and aligned to 0 with the compute units. This patch fixes this situation by issuing a warning with a suggestion to set environment vars and then ignoring the alignment to 0 Per several issues: Principally: https://github.com/fireice-uk/xmr-stak/issues/81 Related: https://github.com/fireice-uk/xmr-stak/issues/490 https://github.com/fireice-uk/xmr-stak/issues/472
-
- Dec 30, 2017
-
-
Doug Johnson authored
-
psychocrypt authored
remove branch differgences in AMD OpenCl code based on #454 a Please enter the commit message for your changes. Lines starting
-
- Dec 28, 2017
-
-
Lehmax authored
-
- Dec 26, 2017
-
-
fireice-uk authored
Add messages Missing include 1
-
- Dec 25, 2017
-
-
Anthony Uk authored
-
Unknown authored
-
fireice-uk authored
-
fireice-uk authored
-
dangrabbits authored
-
- Dec 23, 2017
-
-
fireice-uk authored
-
- Dec 22, 2017
-
-
fireice-uk authored
-
psychocrypt authored
-
- Dec 21, 2017
-
-
fireice-uk authored
-
- Dec 16, 2017
-
-
Steve Swinsburg authored
-
- Dec 14, 2017
-
-
psychocrypt authored
- fix cuda9.1 compile (remove includ eof device_functions.hpp/ removed with cuda9.1) - remove NVIDIA Volta gpus for MAC OSX
-
- Dec 12, 2017
-
-
Dickinson Reed authored
-
- Dec 10, 2017
-
-
psychocrypt authored
handle all error codes from the cuda api calls.
-
- Dec 09, 2017
-
-
psychocrypt authored
solve #440 thanks @true-datura
-
Andrew Whittle authored
Makes casting more explicit.
-
Andrew Whittle authored
When compiled with VS2017, the negative applied to the uint wait time is ignored. Fixed by casting first.
-