- 25 Jan, 2019 3 commits
-
-
fireice-uk authored
(web) Add currency to results report web (and cli)
-
fireice-uk authored
(web) Add Rig ID to connection status web (and cli)
-
fireice-uk authored
(web) Add backend thread tags to Thread IDs on Hashrate Report
-
- 09 Jan, 2019 1 commit
-
-
fireice-uk authored
refactor POW selection algorithm
-
- 29 Dec, 2018 3 commits
-
-
psychocrypt authored
Avoid that we do multiple lookups to `std::map` to find the OpenCL kernel binaries.
-
psychocrypt authored
- add helper method `GetAllAlgorithms()` to get all active POW algorithms - select max scratchpad memory size based on the dev pool and user algorithms
-
psychocrypt authored
In the current implementation the POW algorithm in dev pool section of a currency will not be taken into account during the binary creation. This PR changes the behavior and allow to create binaries for more than two POW algorihms.
-
- 19 Dec, 2018 3 commits
-
-
Tony Butler authored
-
Tony Butler authored
-
Tony Butler authored
-
- 09 Dec, 2018 3 commits
-
-
fireice-uk authored
version increase to 2.7.1
-
fireice-uk authored
remove APP SDK with OCL SDK light
-
fireice-uk authored
fix bittube2
-
- 07 Dec, 2018 2 commits
-
-
psychocrypt authored
new bug fix version
-
psychocrypt authored
Grammar fix
-
- 06 Dec, 2018 2 commits
-
-
psychocrypt authored
update documentation and link AMD OCL-SDK light
-
psychocrypt authored
Since #2080 bittube2 is broken. - reintroduce special AES function for bittube2
-
- 04 Dec, 2018 1 commit
-
-
MarosM authored
-
- 03 Dec, 2018 9 commits
-
-
fireice-uk authored
release 2.7.0
-
fireice-uk authored
increase version to 2.7.0
-
fireice-uk authored
fix default interleave value
-
psychocrypt authored
The default value for interleave was wrongly set to 50. Remove the value and take the devault from the default constructor instead of side channeling it from the json parser.
-
fireice-uk authored
remove usage of cn_v7 if cn_v8 is enabled
-
fireice-uk authored
OpenCL: auto tuning option
-
fireice-uk authored
OpenCl: fix NVIDIA
-
psychocrypt authored
Cleanup missing change from #2101
-
psychocrypt authored
NVIDIA is using clang as device compiler so the reciprocal optimizations was disabled with #2104. - re-enable optimized reciprocal calculation
-
- 02 Dec, 2018 7 commits
-
-
psychocrypt authored
Add an option to brute force intensity settings and lock in at the intensity with the highest hashrate. - update decumentation of the `interleave` option to mention the side effect with `auto-tune` - disable `interleave` auto adjustment if `auto-tune` is enabled - jconf: add `auto-tune` as optional option
-
psychocrypt authored
- fix broken compile: change used `ULL` to `UL` because `UL` is defined as 64bit - fix memory copy to shared memory via vload8 (somehow it create wrong access)
-
fireice-uk authored
add interleave documentation
-
fireice-uk authored
OpenCL: auto config two threads per GPU
-
fireice-uk authored
fix clamp implementation
-
psychocrypt authored
The auto config generates for AMD devices now by default two threads per GPU. - remove the savety 128MiB memory now only from the max available GPU memory not from the avaialble memory for one alloc call - extend the memory documentation in amd.txt
-
psychocrypt authored
Due to a wrong implementation clamp was not working.
-
- 01 Dec, 2018 5 commits
-
-
psychocrypt authored
-
psychocrypt authored
- add image to describe interleave better - add tuning description
-
fireice-uk authored
OpenCL: opimize reciprocal calculation
-
fireice-uk authored
Please add Cryptonight-Superfast
-
fireice-uk authored
OpenCL: comp mode optimization
-
- 30 Nov, 2018 1 commit
-
-
psychocrypt authored
use for non clang (Rocm) OpenCL a optimized reciprocal calculation without lookup table. Co-authored-by: SChernykh <sergey.v.chernykh@gmail.com>
-