- Mar 28, 2018
-
-
psychocrypt authored
allow to disable the OpenCl cache - usefull for read only systems - usefull for unknown errors during cache reading
-
- Mar 27, 2018
-
-
psychocrypt authored
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) ```
-
- Mar 26, 2018
-
-
psychocrypt authored
- remove call `IsCurrencyMonero` with `cn_select_memory`
-
- Mar 25, 2018
-
-
psychocrypt authored
revert #1198, the block size is limited to 84byte
-
psychocrypt authored
change warning when precompiled OpenCL code is not found
-
psychocrypt authored
-
Juan Leni authored
-
xmr-stak-devs authored
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>
-
- Mar 13, 2018
-
-
psychocrypt authored
A redefinition of a variable in a local scope avoid that the intensity is rounded to a multiple of the work size.
-
- Mar 03, 2018
-
-
psychocrypt authored
Reduce OpenCL start time by using a self made compiler cache. - store compiled OpenCL binary - load OpenCl binary if available
-
Bryan Stitt authored
-
- Feb 28, 2018
-
-
psychocrypt authored
- reduce startup time for multi gpu systems - initialize the GPU memory non concurrent
-
- 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
-