-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
release 2.10.8 #2600
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 first part of #2541
solve partly #2514 Remove a mutex which is not needed at all because all data are accessed from one thread only.
fix used `empty()` instead of `clear()`
fix useless mutex
AMD: optimize fiji auto config cn-gpu
AMD: optimize auto adjustment
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.
fix singletons
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
AMD: optimize unroll for rx5700
fix locking to secure affinity update
Aeon is forking on 25.10.1029 to a fpga minable POW.
Update compile_Windows.md
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.
remove aeon support
…AutoCfg [NVIDIA] fix possible out of memory with auto cfg
fix hwloc warning
fix tsl not used on first start
fix benchmark mode
update README
version increase to 2.10.8
remove monero support
fireice-uk
approved these changes
Dec 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
empty()
instead ofclear()
fix usedempty()
instead ofclear()
#2521