summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend
Commit message (Collapse)AuthorAgeFilesLines
...
* XMR-Stak 2.3.0 RCxmr-stak-devs2018-03-2517-359/+1389
| | | | | | | 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>
* fix shadowed variablepsychocrypt2018-03-131-1/+1
| | | | A redefinition of a variable in a local scope avoid that the intensity is rounded to a multiple of the work size.
* Merge pull request #1121 from psychocrypt/topic-speedupCUDAStartupfireice-uk2018-03-042-16/+35
|\ | | | | CUDA: reduce startup time
| * CUDA: reduce startup timepsychocrypt2018-02-282-16/+35
| | | | | | | | | | - reduce startup time for multi gpu systems - initialize the GPU memory non concurrent
* | Merge pull request #1131 from psychocrypt/topic-openCLCompileCachefireice-uk2018-03-041-29/+182
|\ \ | | | | | | OpenCL compile cache
| * | add OpenCL compiler cachepsychocrypt2018-03-031-29/+182
| |/ | | | | | | | | | | | | Reduce OpenCL start time by using a self made compiler cache. - store compiled OpenCL binary - load OpenCl binary if available
* | Comment cleanupBryan Stitt2018-03-031-1/+1
|/
* fix broken memchunk featurepsychocrypt2018-02-214-4/+4
| | | | fix double definition of define `MEM_CHUNK`
* Merge pull request #1102 from psychocrypt/topic-opencl_1_1fireice-uk2018-02-211-0/+4
|\ | | | | fix compile with OpenCL 1.1
| * fix compile with OpenCL 1.1psychocrypt2018-02-191-0/+4
| | | | | | | | guard error types those are only defined in OpenCL >1.1
* | Merge pull request #1101 from psychocrypt/topic-mesaSupportfireice-uk2018-02-212-3/+26
|\ \ | | | | | | add Mesa OpenCL support
| * | add Mesa OpenCL supportpsychocrypt2018-02-192-3/+26
| |/ | | | | | | allow usage of Mesa OpenCl
* | add OpenCL compatibility modepsychocrypt2018-02-198-16/+48
|/ | | | | - add new option `comp_mode` to the amd config - disable `if guards` within opencl kernel if `comp_mode : false`
* Merge pull request #1087 from psychocrypt/topic-blockedStride3fireice-uk2018-02-198-21/+75
|\ | | | | AMD: option `mem_chunk`and new `strided_index`
| * AMD: `mem_chunk`and new `strided_index`psychocrypt2018-02-178-21/+75
| | | | | | | | | | - add new option for `strided_index` - add additional option if `strided_index == 2` to controll the memory chunk with
* | AMD: reduce register usagepsychocrypt2018-02-141-4/+4
|/ | | | reduce usage of registers: based on the suggestion of @enerc77
* Merge pull request #1013 from psychocrypt/topic-improveAmdAeonAutosuggestionfireice-uk2018-02-031-0/+3
|\ | | | | improve AMD auto suggestion for AEON
| * improve AMD auto suggestion for AEONpsychocrypt2018-01-301-0/+3
| | | | | | | | increase the intensity limit for AEON
* | Merge pull request #1014 from psychocrypt/topic-speedupVoltafireice-uk2018-02-032-1/+19
|\ \ | | | | | | speedup Volta
| * | speedup Voltapsychocrypt2018-01-302-1/+19
| |/ | | | | | | | | | | | | - 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%
* | Merge pull request #1015 from psychocrypt/fix-outputOfAMDGpuNamefireice-uk2018-02-031-1/+1
|\ \ | | | | | | fix output of gpu name
| * | fix output of gpu namepsychocrypt2018-01-301-1/+1
| |/ | | | | | | fix that the GPU name is printed before the name is querried from OpenCL
* | Fix Disabling AMD GPUsRyan2018-02-011-2/+5
|/ | | | | 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.
* Merge pull request #996 from psychocrypt/fix-cpuNonce2fireice-uk2018-01-281-3/+4
|\ | | | | avoid nonce overlapping
| * void nonce overlapppingpsychocrypt2018-01-271-3/+4
| | | | | | | | | | 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.
* | Merge pull request #758 from dougvj/fix_zero_intensityfireice-uk2018-01-271-9/+21
|\ \ | | | | | | Add warning and fallback when auto intensity is 0
| * | ignore gpu with intensity zeropsychocrypt2018-01-131-18/+17
| | | | | | | | | | | | | | | - if the intensity is zero than do not suggest a config - remove the links to old issues
| * | Add warning and fallback when auto intensity is 0Doug Johnson2017-12-311-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #950 from psychocrypt/topic-reduceMemoryForSlowNvidiaGPUsfireice-uk2018-01-261-0/+6
|\ \ \ | |_|/ |/| | reduce memory usage for low end gpus
| * | reduce memory usage for low end gpuspsychocrypt2018-01-221-0/+6
| | | | | | | | | | | | reduce memory usage to 1GiB for NVIDIA devices with <=6 SMX
* | | remove usage of `rotate`psychocrypt2018-01-241-1/+10
| | | | | | | | | | | | revert the change that the OpenCl function `rotate` is used instead of `SKEIN_ROT`
* | | author updateGrant Galitz2018-01-241-0/+1
| | |
* | | Optimize SkeinGrant Galitz2018-01-241-30/+48
|/ / | | | | | | | | - 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.
* | Merge pull request #772 from vtamara/comp_adJpsychocrypt2018-01-212-0/+5
|\ \ | | | | | | It compiles on OpenBSD/adJ 6.2
| * | Extra code path for OpenBSD suggested by psychocryptVladimir Tamara2018-01-161-1/+3
| | |
| * | It compiles on OpenBSD/adJ 6.2Vladimir Tamara2018-01-012-1/+4
| | |
* | | fix set affinity for windowspsychocrypt2018-01-131-1/+10
| | | | | | | | | | | | Ignore any affinity >=64 and throw a warning.
* | | Merge pull request #848 from psychocrypt/topic-updateVEGANamesfireice-uk2018-01-121-1/+10
|\ \ \ | | | | | | | | update VEGA names for auto suggestion
| * | | update VEGA names for auto suggestionpsychocrypt2018-01-091-1/+10
| | | | | | | | | | | | | | | | update VEGA names
* | | | Merge pull request #846 from psychocrypt/fix-cpuMemAutodetectionfireice-uk2018-01-121-18/+15
|\ \ \ \ | | | | | | | | | | fix autosuggestion CPU
| * | | | fix usage of bytes instead of KBpsychocrypt2018-01-091-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug was introduced with #67 - increase the L3 sanity check to 2GiB - fix usage of byte instead of KB
| * | | | Fix cache size detectionTom Doemiller2018-01-091-1/+1
| |/ / /
* | | | Merge pull request #697 from dangrabbits/masterpsychocrypt2018-01-093-0/+9
|\ \ \ \ | |/ / / |/| | | Updated config.tpl comments to include how to exclude CPU/GPUs
| * | | Updated config.tpl comments to include how to exclude CPU/GPUsdangrabbits2017-12-253-0/+9
| | |/ | |/|
* | | Merge pull request #778 from b-/patch-2fireice-uk2018-01-083-3/+3
|\ \ \ | | | | | | | | Rename "MacOS" to "macOS"
| * | | Update minethd.cppBrian Recchia2018-01-043-3/+3
| | |/ | |/| | | | | | | | | | | | | Changed capitalization of "macOS" Squashed the commit
* | | Merge pull request #705 from dataway/devfireice-uk2018-01-031-7/+6
|\ \ \ | | | | | | | | Rearrange prefetch for slight performance increase in CPU miner
| * | | CPU - cryptonight_aesni.h - rearranged prefetch instructions to allow more ↵Anthony Uk2017-12-251-7/+6
| | |/ | |/| | | | | | | time for cache to charge
* | | Merge pull request #754 from dougvj/gpu_id_showfireice-uk2018-01-032-2/+2
|\ \ \ | | | | | | | | Modify invalid result report to show GPU id
| * | | Modify invalid result report to show GPU idDoug Johnson2017-12-302-2/+2
| |/ /
OpenPOWER on IntegriCloud