| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ /
| |
| |
| |
| | |
- add new option `comp_mode` to the amd config
- disable `if guards` within opencl kernel if `comp_mode : false`
|
|\ \
| | |
| | | |
AMD: option `mem_chunk`and new `strided_index`
|
| | |
| | |
| | |
| | |
| | | |
- add new option for `strided_index`
- add additional option if `strided_index == 2` to controll the memory chunk with
|
|\ \ \
| | | |
| | | | |
AMD: reduce register usage
|
| |/ /
| | |
| | |
| | | |
reduce usage of registers: based on the suggestion of @enerc77
|
|/ /
| |
| |
| | |
initialize the log file as fast as possible after the start of the miner
|
| | |
|
|\ \
| | |
| | | |
improve AMD auto suggestion for AEON
|
| | |
| | |
| | |
| | | |
increase the intensity limit for AEON
|
|\ \ \
| | | |
| | | | |
speedup Volta
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
- 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%
|
|\ \ \
| | | |
| | | | |
fix output of gpu name
|
| |/ /
| | |
| | |
| | | |
fix that the GPU name is printed before the name is querried from OpenCL
|
|/ /
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | | |
avoid nonce overlapping
|
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | | |
Add warning and fallback when auto intensity is 0
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- if the intensity is zero than do not suggest a config
- remove the links to old issues
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |_|/
|/| | |
reduce memory usage for low end gpus
|
| | |
| | |
| | |
| | | |
reduce memory usage to 1GiB for NVIDIA devices with <=6 SMX
|
| | |
| | |
| | |
| | | |
revert the change that the OpenCl function `rotate` is used instead of `SKEIN_ROT`
|
| | | |
|
|/ /
| |
| |
| |
| | |
- 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.
|
|\ \
| | |
| | | |
It compiles on OpenBSD/adJ 6.2
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
#125: separate hashrate sums for each component
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Ignore any affinity >=64 and throw a warning.
|
|\ \ \ \
| | | | |
| | | | | |
update VEGA names for auto suggestion
|
| | | | |
| | | | |
| | | | |
| | | | | |
update VEGA names
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fix autosuggestion CPU
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
bug was introduced with #67
- increase the L3 sanity check to 2GiB
- fix usage of byte instead of KB
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Updated config.tpl comments to include how to exclude CPU/GPUs
|
| | |_|/
| |/| | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Rename "MacOS" to "macOS"
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Changed capitalization of "macOS"
Squashed the commit
|
| |_|/
|/| |
| | |
| | | |
remove warning `#pragma once in main file`
|
|\ \ \
| | | |
| | | | |
Rearrange prefetch for slight performance increase in CPU miner
|
| | | |
| | | |
| | | |
| | | | |
time for cache to charge
|
|\ \ \ \
| | | | |
| | | | | |
Modify invalid result report to show GPU id
|
| | |_|/
| |/| | |
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
remove branch differgences in AMD OpenCl code based on #454
a Please enter the commit message for your changes. Lines starting
|
| | | |
|
|\ \ \
| | | |
| | | | |
On-demand elevation
|