Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.10.8 #2600

Merged
merged 34 commits into from
Dec 1, 2019
Merged

release 2.10.8 #2600

merged 34 commits into from
Dec 1, 2019

Conversation

psychocrypt
Copy link
Collaborator

@psychocrypt psychocrypt commented Dec 1, 2019

Changelog

joey741019 and others added 30 commits August 19, 2019 18:57
addition for cmake ENABLE parameter
solve #2517

In the case we can utilize more than 75% of the compute units we will
not enforce a multiple of the compute units.
solve #2510 and #2505

set worksize to 16 instead of 8
solve partly #2514

Remove a mutex which is not needed at all because all data are accessed
from one thread only.
Use RTLD_NOW for faster backend initialization.
Since we can not implement clean image book singletons (windows
issues with shared libraries) we used a hierarchical to "emulate"
singletons. During the creation race consitions are possible.
THis PR will handle the raceconditions with a mutex, since we pass the
creation of a singleton creation only onse we have no performance issue.
solve #2509

- use unroll 8 for RX5700
- use 2 threads for cnr_gpu and RX5700
fix #2514

- use `unlock()` instead of `relase()`
- fix NVIDIA affinity setting
Aeon is forking on  25.10.1029 to a fpga minable POW.
fix #2531

Set number of threads for `cryptonight_gpu always to `8` and adkust the
number of blocks depending of the free memory.`
- during the start of the miner and the guided setup the tls settings
was ignored.
- fix that parameters from the guided start is passed to the parameter singelton
- fix warning depricated `hwloc_set_membind_nodeset` (since hwloc 2.0)
Check for minimal required block version. Block version must be greater
than 0.
…AutoCfg

[NVIDIA] fix possible out of memory with auto cfg
@fireice-uk fireice-uk merged commit 6bad220 into master Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants