-
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
см #2717
Open
Kingrarewolf
wants to merge
51
commits into
fireice-uk:xmr-stak-rx-dev
Choose a base branch
from
Kingrarewolf:master
base: xmr-stak-rx-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
см #2717
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
release 2.9.0
release 2.10.0
release 2.10.1
release 2.10.2
release 2.10.3
port issue template fix
release 2.10.4
release 2.10.5
release 2.10.6
release 2.10.7
addition for cmake ENABLE parameter
solve fireice-uk#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 fireice-uk#2510 and fireice-uk#2505 set worksize to 16 instead of 8
solve first part of fireice-uk#2541
solve partly fireice-uk#2514 Remove a mutex which is not needed at all because all data are accessed from one thread only.
…adOfClear fix used `empty()` instead of `clear()`
fix useless mutex
…jiCnGPU AMD: optimize fiji auto config cn-gpu
…utoadjustment 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 fireice-uk#2509 - use unroll 8 for RX5700 - use 2 threads for cnr_gpu and RX5700
fix fireice-uk#2514 - use `unlock()` instead of `relase()` - fix NVIDIA affinity setting
…ollrx5700 AMD: optimize unroll for rx5700
…DuringStartup fix locking to secure affinity update
Aeon is forking on 25.10.1029 to a fpga minable POW.
Update compile_Windows.md
fix fireice-uk#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.
…upport remove aeon support
…MemoryWithAutoCfg [NVIDIA] fix possible out of memory with auto cfg
…arning fix hwloc warning
…nFirstStart fix tsl not used on first start
…BlockVersion fix benchmark mode
…easeTo2.10.8 version increase to 2.10.8
…oSupport remove monero support
release 2.10.8
fix broken link
backport fix broken link
add youtube link
link update for the release
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.
Please make sure your PR is against dev branch. Merging PRs directly into master branch would interfere with our workflow.