- Feb 21, 2018
-
-
psychocrypt authored
fix double definition of define `MEM_CHUNK`
-
- Feb 19, 2018
-
-
psychocrypt authored
guard error types those are only defined in OpenCL >1.1
-
psychocrypt authored
- add new option `comp_mode` to the amd config - disable `if guards` within opencl kernel if `comp_mode : false`
-
psychocrypt authored
allow usage of Mesa OpenCl
-
- Feb 17, 2018
-
-
psychocrypt authored
- add new option for `strided_index` - add additional option if `strided_index == 2` to controll the memory chunk with
-
- Feb 14, 2018
-
-
psychocrypt authored
reduce usage of registers: based on the suggestion of @enerc77
-
- Feb 01, 2018
-
-
Ryan authored
The AMD jconf.cpp would only accept an array. The config sample, and the nvidia and cpu config work with the value 'null', as they accept a 'kNullType'. This means at current, AMD GPUs could not be turned off, the config file wouldn't parse on load. This change makes AMD consistent with the others, and can now be disabled.
-
- Jan 30, 2018
-
-
psychocrypt authored
fix that the GPU name is printed before the name is querried from OpenCL
-
psychocrypt authored
- enable L1 cache for Nvidia Volta GPUs and newer - remove explicit cache controll for Volta GPU and newer This pull request increases the hash rate for Volta GPUs by ~5%
-
psychocrypt authored
increase the intensity limit for AEON
-
- 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 04, 2018
-
-
Brian Recchia authored
Changed capitalization of "macOS" Squashed the commit
-
- 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
-
fireice-uk authored
-
dangrabbits authored
-
- Dec 22, 2017
-
-
fireice-uk 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 10, 2017
-
-
psychocrypt authored
handle all error codes from the cuda api calls.
-
- Dec 09, 2017
-
-
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.
-
psychocrypt authored
- fix indention
-
- Dec 08, 2017
-
-
psychocrypt authored
Be more conservative with the auto suggestion. - increase bfactor if `smx <= 6` - limit memory for pascal < GTX1070 to 2GiB - limt memory for pascal <= GTX1080 to 4GiB
-
- Dec 07, 2017
-
-
psychocrypt authored
- add macro `CUDA_CHECK_MSG_KERNEL` and `CUDA_CHECK_MSG` - add suggestion of typicle errors can be solved
-
Unknown authored
Fix nonce allocation
-