-
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
cryptonight_r #2268
Merged
Merged
cryptonight_r #2268
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
Co-authored-by: psychocrypt <psychocryptHPC@gmail.com> Co-authored-by: fireice-uk <fireice-uk@users.noreply.github.com> implementation is derived from the reverence implementation in xmrig
implementation is derived from the reverence implementation in xmrig
implementation is derived from the reverence implementation in xmrig
Co-authored-by: psychocrypt <psychocryptHPC@gmail.com> Co-authored-by: fireice-uk <fireice-uk@users.noreply.github.com>
- update coin definitions - set rounding mode for cn_gpu - remove currency cryptonight_wow (currently untested)
psychocrypt
added
backend nvidia
backend cpu
backend amd
currency
Add/Modify a Currency
labels
Mar 3, 2019
psychocrypt
force-pushed
the
release-cryptonightR
branch
from
March 3, 2019 16:17
fb76137
to
9aaca2e
Compare
fireice-uk
approved these changes
Mar 3, 2019
Merged
psychocrypt
added a commit
to psychocrypt/xmr-stak
that referenced
this pull request
Mar 4, 2019
Since fireice-uk#2268 the multi gpu support is broken. It is not possible to have more than one opencl context in a process. Use one OpenCl context for the process instead per GPU.
psychocrypt
added a commit
to psychocrypt/xmr-stak
that referenced
this pull request
Mar 4, 2019
Since fireice-uk#2268 the multi gpu support is broken. It is not possible to have more than one opencl context in a process. Use one OpenCl context for the process instead per GPU.
Hi, |
gnagel
pushed a commit
to gnagel/xmr-stak
that referenced
this pull request
Mar 23, 2019
gnagel
pushed a commit
to gnagel/xmr-stak
that referenced
this pull request
Mar 23, 2019
Since fireice-uk#2268 the multi gpu support is broken. It is not possible to have more than one opencl context in a process. Use one OpenCl context for the process instead per GPU.
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.
This PR introduce cryptonight_r. The CPU version is currently not using ASM code and is therefore not showing the full performance.