-
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
Xmr stak rx dev #2715
Open
Kingrarewolf
wants to merge
117
commits into
fireice-uk:master
Choose a base branch
from
Kingrarewolf:xmr-stak-rx-dev
base: master
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
Xmr stak rx dev #2715
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
- add randomx support - for upcoming monero fork - loki - wow The randomx code is mostly derived from @xmrig's miner implementation.
add randomx for NVIDIA gpus based on randomx implementation from xmrig-nvidia
add randomx for AMD GPUs The implementation is derived from xmrig-amd
Fix race condition during the instanciation of the singletons.
- clean available OpenCL parameter
- remove unsused config parameters - adjust auto suggestion
- remove unsued config parameter - cleanup interfaces
Since we have no real singletons because of the windows issue that a singleton is not shared between dll's we build up some kind of hierarchical singleton like classes where we pass the root into each dll. This is not thread save and requires some locking.
- do not take dataset creation time into account - update log messages
fix accessing device name before it is available
allow to disable the miner startup self test
…port add arqma support
…Support Linux 1GiB page support
- fix name of the intermediet lib xmr-stak-backend - fox docu - remove docker (outdated and was not used)
[RX] fix outdated documentation
…pdateTo1.0.3-rx [RX] version update to 1.0.3-rx
…ToDocu add arqma to readme
- add numa support - optimize auto suggestion by taking L2 requirements into account
Add booster script to enable huge pages and manipulate the caching behavior.
…AutoSuggestion [RX] CPU: numa support/better autoconfig
…riptLinux [RX] randomx linux booster script
- add warning - remove msr change
…Script [RX] add warning for MSR changes
[RX] Implement Ryzen speedups
[RX] Implement Windows WRMSR
[rx] increase version
Disable GPU support by default Integrate newest xmrig changes
Add keva, safex.
HH GOGO |
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.