Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #205 from scottmckenzie/dev | fireice-uk | 2017-12-06 | 1 | -7/+4 | |
|\ \ | | | | | | | Right align hashrate report to six characters | |||||
| * | | Right align hashrate report to six characters | Scott McKenzie | 2017-11-22 | 1 | -7/+4 | |
| | | | ||||||
* | | | Merge pull request #332 from psychocrypt/topic-tuneAMD | fireice-uk | 2017-12-04 | 1 | -8/+22 | |
|\ \ \ | | | | | | | | | optimize aes round command queue | |||||
| * | | | optimize aes round command queue | psychocrypt | 2017-12-03 | 1 | -8/+22 | |
| | |/ | |/| | | | | | | | unroll AES round by hand to help the compiler to optimize the command queue | |||||
* | | | set `srided_index = true` as default | psychocrypt | 2017-12-03 | 2 | -3/+3 | |
| | | | | | | | | | | | | Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second. | |||||
* | | | add AMD scratchpad indexing option | psychocrypt | 2017-12-02 | 8 | -6/+35 | |
|/ / | | | | | | | | | | | Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu | |||||
* | | add environment variable `XMRSTAK_NOWAIT` | psychocrypt | 2017-12-01 | 2 | -2/+13 | |
| | | | | | | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT` | |||||
* | | Add custom message for dev -> user pool switch | Unknown | 2017-11-29 | 1 | -3/+9 | |
| | | ||||||
* | | Merge pull request #221 from psychocrypt/fix-cudaLaunchBounds | fireice-uk | 2017-11-24 | 1 | -1/+1 | |
|\ \ | | | | | | | fix CUDA launch bounds usage | |||||
| * | | fix CUDA launch bounds usage | psychocrypt | 2017-11-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | fix #191 lauch bounds must be placed before the return type but after the template paramater | |||||
* | | | Merge pull request #180 from psychocrypt/topic-increaseBfactor | fireice-uk | 2017-11-24 | 1 | -0/+4 | |
|\ \ \ | |/ / |/| | | fix auto suggestion for low end devices | |||||
| * | | fix auto suggestion for low end devices | psychocrypt | 2017-11-20 | 1 | -0/+4 | |
| | | | | | | | | | | | | Increase bfactor for all devices with lesser than 6 multi processors. | |||||
* | | | Merge pull request #197 from ExceptionallyGreat/macos-x-amd-gpu-fix | psychocrypt | 2017-11-23 | 1 | -2/+2 | |
|\ \ \ | |_|/ |/| | | Fix for AMD GPU detection on MacOS X | |||||
| * | | Update gpu.cpp | ExceptionallyGreat | 2017-11-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | Fix for AMD GPU detection on MacOS X On MacOS X the platform is reported as Apple, and the vendor is reported as AMD. | |||||
* | | | Merge pull request #194 from ExceptionallyGreat/dev | psychocrypt | 2017-11-21 | 1 | -0/+1 | |
|\ \ \ | |/ / | | | | Update gpu.hpp | |||||
| * | | Update gpu.hpp | ExceptionallyGreat | 2017-11-21 | 1 | -0/+1 | |
| | | | | | | | | | Fixing the compile error on MacOS X | |||||
* | | | Merge pull request #178 from neversay/master | psychocrypt | 2017-11-21 | 1 | -3/+6 | |
|\ \ \ | | | | | | | | | Fix indent on hash rate report. | |||||
| * | | | Fix indent issue. | neversay | 2017-11-20 | 1 | -3/+6 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #182 from blacklion/patch-1 | psychocrypt | 2017-11-21 | 1 | -0/+1 | |
|\ \ \ | |_|/ |/| | | Fix crash on FreeBSD (#177) | |||||
| * | | Fix crash on FreeBSD (#177) | Lev Serebryakov | 2017-11-21 | 1 | -0/+1 | |
| |/ | | | | | This change fix #177 and compiler warning too. | |||||
* | | Fix uninitialized memory accces | Lev Serebryakov | 2017-11-21 | 1 | -0/+1 | |
|/ | | | Uninitialized memory access is UB in C/C++, fix it. | |||||
* | Add windows exit | Unknown | 2017-11-19 | 3 | -10/+12 | |
| | ||||||
* | Merge pull request #138 from psychocrypt/fix-amdMaxWorkSize | fireice-uk | 2017-11-18 | 1 | -0/+4 | |
|\ | | | | | fix max work size shown to user | |||||
| * | fix max work size shown to user | psychocrypt | 2017-11-18 | 1 | -0/+4 | |
| | | | | | | | | The max work size shown to the user was the hardware maximum but not take in account thet some kernel spwning 8 times more threads per work group than configured by the user. | |||||
* | | Merge pull request #137 from psychocrypt/topic-handleOpenClErrors | fireice-uk | 2017-11-18 | 1 | -64/+82 | |
|\ \ | | | | | | | handle OpenCL errors | |||||
| * | | handle OpenCL errors | psychocrypt | 2017-11-18 | 1 | -64/+82 | |
| |/ | | | | | | | | | - handle opencl errors to avoid unexpected behaviors - remove code duplicatio nwithin the some method | |||||
* | | fix OpenCL compatibility | psychocrypt | 2017-11-18 | 1 | -2/+2 | |
|/ | | | | | | - enforce that only host side OpenCl 1.2 functions are used if the miner is compiled with `XMR-STAK_COMPILE=generic` - update documentation - add CMake option `XMR-STAK_COMPILE` to windows | |||||
* | Fix gpu result crash | Unknown | 2017-11-17 | 2 | -1/+5 | |
| | ||||||
* | Merge pull request #133 from psychocrypt/fix-cudaArchBinaryDetection | fireice-uk | 2017-11-17 | 1 | -1/+1 | |
|\ | | | | | fix wrong cuda binary arch detection | |||||
| * | fix wrong cuda binary arch detection | psychocrypt | 2017-11-17 | 1 | -1/+1 | |
| | | | | | | | | fix wrong arch comparsion | |||||
* | | fix nvidia auto suggestion | psychocrypt | 2017-11-17 | 1 | -2/+2 | |
|/ | | | | | The lmem is still incalculably and crash the miner very often. Increase the potential lmem usage to 16kiB to respect lmem alignments, ... | |||||
* | fix aeon dev pool | psychocrypt | 2017-11-16 | 1 | -2/+2 | |
| | | | | - fix aeon dev pool settings | |||||
* | Fix cases where postive feedback was still occurring. | Unknown | 2017-11-16 | 2 | -4/+5 | |
| | ||||||
* | Remove whitespace lines | Unknown | 2017-11-16 | 22 | -60/+60 | |
| | ||||||
* | fix wrong indentions by hand after auto conversion | psychocrypt | 2017-11-16 | 4 | -12/+14 | |
| | ||||||
* | remove space indention with tabs | psychocrypt | 2017-11-16 | 15 | -176/+176 | |
| | | | | - removed all space indention in `*.hpp` and `*.cpp` files | |||||
* | Merge pull request #115 from fireice-uk/topic-net-ext | psychocrypt | 2017-11-16 | 14 | -31/+251 | |
|\ | | | | | Network extensions | |||||
| * | Print motd on console and web ui | Unknown | 2017-11-14 | 8 | -11/+146 | |
| | | ||||||
| * | Pass threadno up the food chain | Unknown | 2017-11-14 | 6 | -10/+12 | |
| | | ||||||
| * | change getName to static lc string (sorry psc) | Unknown | 2017-11-14 | 2 | -9/+23 | |
| | | ||||||
| * | jpsock changes | Unknown | 2017-11-14 | 3 | -9/+78 | |
| | | ||||||
* | | Merge pull request #116 from psychocrypt/topic-checkIfBinarySupportsGPUArch | fireice-uk | 2017-11-15 | 2 | -1/+49 | |
|\ \ | | | | | | | check gpu architecture | |||||
| * | | check gpu architecture | psychocrypt | 2017-11-15 | 2 | -1/+49 | |
| | | | | | | | | | | | | | | | | | | - check if the gpu architecture is supported by the compiled miner binary - remove not supported gpus from the auto suggestion - disallow the selection of a not supported gpu by hand tuning the config | |||||
* | | | Merge pull request #114 from psychocrypt/fix-wrongMemoryDetection | fireice-uk | 2017-11-15 | 2 | -13/+43 | |
|\ \ \ | |/ / | | | | fix wrong memory detection | |||||
| * | | fix wrong memory detection | psychocrypt | 2017-11-15 | 2 | -13/+43 | |
| |/ | | | | | | | | | | | | | | | | | Free and total memory is only evaluated on the first device. To detect the gpu memory the gpu must be selected. - create context on the gpu before the memory is checked - add smx to the auto detection - change the result code of `cuda_get_deviceinfo()` | |||||
* | | Fix misc bugs (#117) | fireice-uk | 2017-11-15 | 11 | -13/+50 | |
|/ | | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin | |||||
* | Merge pull request #103 from fireice-uk/topic-versioning | fireice-uk | 2017-11-14 | 6 | -17/+108 | |
|\ | | | | | Versioning | |||||
| * | update help and documentation | psychocrypt | 2017-11-13 | 1 | -0/+1 | |
| | | | | | | | | | | - update usage.md - hpdate help output | |||||
| * | Change attribution | Unknown | 2017-11-13 | 1 | -2/+2 | |
| | | ||||||
| * | Added long version as a separate option | Unknown | 2017-11-13 | 1 | -0/+5 | |
| | |