summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reenable MACOSX travis testspsychocrypt2018-03-151-6/+5
| | | | - remove `brew trap science`
* Merge pull request #1156 from psychocrypt/fix-shadowedVariablefireice-uk2018-03-141-1/+1
|\ | | | | fix shadowed variable
| * 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 #1151 from jimmielin/masterfireice-uk2018-03-121-3/+3
|\ | | | | Fix #1122 - HTML report violates XML rules
| * Fix non-standard HTML in div (#1122)Jimmie Lin2018-03-111-3/+3
| |
* | 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-043-29/+562
|\ \ \ | | | | | | | | 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
| * | | add header only ssh2 generatorpsychocrypt2018-03-032-0/+380
| |/ / | | | | | | | | | | | | - add project picosha2 - add license notes for picosha2
* | | Merge pull request #1128 from WyseNynja/patch-2fireice-uk2018-03-041-1/+1
|\ \ \ | |/ / |/| | Comment cleanup
| * | Comment cleanupBryan Stitt2018-03-031-1/+1
|/ /
* | Merge pull request #1109 from psychocrypt/fix-memChunkfireice-uk2018-02-224-4/+4
|\ \ | | | | | | fix broken memchunk feature
| * | 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
* | | Merge pull request #613 from psychocrypt/topic-compatibilityModeAmdfireice-uk2018-02-218-16/+48
|\ \ \ | |/ / |/| | add OpenCL compatibility mode
| * | 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
* | | Merge pull request #1080 from psychocrypt/topic-reduceRegisterUsagefireice-uk2018-02-191-4/+4
|\ \ \ | | | | | | | | AMD: reduce register usage
| * | | AMD: reduce register usagepsychocrypt2018-02-141-4/+4
| |/ / | | | | | | | | | reduce usage of registers: based on the suggestion of @enerc77
* | | Merge pull request #1090 from psychocrypt/fix-logNotContainsAllMessagesfireice-uk2018-02-191-3/+3
|\ \ \ | |/ / |/| | fix missing message in log file
| * | fix missing message in log filepsychocrypt2018-02-171-3/+3
|/ / | | | | | | initialize the log file as fast as possible after the start of the miner
* | Merge pull request #1062 from fireice-uk/topic-rigidpsychocrypt2018-02-128-21/+66
|\ \ | | | | | | Add rig identifier
| * | Add rig identifierfireice-uk2018-02-108-21/+66
| | |
* | | Merge pull request #1058 from fireice-uk/doc-add-videoguidepsychocrypt2018-02-121-0/+5
|\ \ \ | | | | | | | | Add video guide
| * | | Add video guidefireice-uk2018-02-111-0/+5
| |/ /
* | | Merge pull request #1066 from psychocrypt/topic-disableOSXCIfireice-uk2018-02-111-4/+4
|\ \ \ | |/ / |/| | disable OSX CI tests
| * | disable OSX CI testpsychocrypt2018-02-111-4/+4
|/ / | | | | | | | | | | | | | | | | | | Currently the CI fails due to the issue ``` Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated. The command "if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew tap homebrew/science; fi" failed and exited with 1 during . ``` Until the fix is implemented the OSX tests will be disabled.
* | Merge pull request #969 from 7022Andre/patch-1fireice-uk2018-02-061-44/+47
|\ \ | | | | | | Update compile process (Windows)
| * | Move section (build folder) upAndre2018-01-311-2/+3
| | | | | | | | | Moved section about Windows changing the working directory higher.
| * | Merge branch 'dev' into patch-1Andre2018-01-295-37/+84
| |\ \
| * | | Update compile processAndre Mueller2018-01-241-43/+45
| | | | | | | | | | | | Added/Rewrote instructions on how to compile in Windows; Fixed some typos and syntax; Added build option section
* | | | Merge pull request #1032 from jurnho/patch-1psychocrypt2018-02-031-1/+1
|\ \ \ \ | | | | | | | | | | Update compile_Linux.md
| * | | | Update compile_Linux.mdJurn Ho2018-02-031-1/+1
| | |_|/ | |/| |
* | | | 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
* | | | Merge pull request #1023 from steveswinsburg/patch-1psychocrypt2018-02-021-3/+8
|\ \ \ \ | | | | | | | | | | Update FAQ.md
| * | | | Update FAQ.mdSteve Swinsburg2018-02-011-3/+8
| | |/ / | |/| | | | | | Add info about sysctl.conf so that the settings are preserved.
* | | | Merge pull request #1026 from ryanhattam/patch-1psychocrypt2018-02-021-2/+5
|\ \ \ \ | |_|/ / |/| | | Fix Disabling AMD GPUs
| * | | 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.
OpenPOWER on IntegriCloud