- 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 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
-
Grzegorz Hasse authored
-
Grzegorz Hasse authored
The "low_power_mode" option in config.txt can be set to numeral values between 1 and 5. A value of 5 seems optimal on certain processors with large L4 cache.
-
- Dec 06, 2017
- Dec 03, 2017
-
-
psychocrypt authored
unroll AES round by hand to help the compiler to optimize the command queue
-
psychocrypt authored
Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second.
-
- Dec 02, 2017
-
-
psychocrypt authored
Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
-
- Dec 01, 2017
-
-
psychocrypt authored
- add option `sync_mode` - update auto suggestion and jconf
-
- Nov 23, 2017
-
-
psychocrypt authored
fix #191 lauch bounds must be placed before the return type but after the template paramater
-