-
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_v8 version 2 #1850
Merged
Merged
cryptonight_v8 version 2 #1850
Commits on Sep 30, 2018
-
add cpu implementation for the final monero POW
Configuration menu - View commit details
-
Copy full SHA for cac26b9 - Browse repository at this point
Copy the full SHA cac26b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 915c868 - Browse repository at this point
Copy the full SHA 915c868View commit details -
optimize asm code cryptonight_v8
apply optimizations Co-authored-by: SChernykh <sergey.v.chernykh@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5003079 - Browse repository at this point
Copy the full SHA 5003079View commit details -
cuda: implement cryptonight_v8
- introduce a new schema where two threads work together on one hash - update autoadjustment - remove an mistake where shared memory was shrinked for gpus < sm_70
Configuration menu - View commit details
-
Copy full SHA for 5db405c - Browse repository at this point
Copy the full SHA 5db405cView commit details -
cpu: fix missing
asm
autoadjustIn the auto adjust without hwlock the asm entry was missing
Configuration menu - View commit details
-
Copy full SHA for 010cbd9 - Browse repository at this point
Copy the full SHA 010cbd9View commit details
Commits on Oct 1, 2018
-
`uint` is unknown in windows, therefore switch to the better type `uint32_t`
Configuration menu - View commit details
-
Copy full SHA for 22e63ce - Browse repository at this point
Copy the full SHA 22e63ceView commit details -
- restructe asm preparation function - add double hash asm code
Configuration menu - View commit details
-
Copy full SHA for 25634d4 - Browse repository at this point
Copy the full SHA 25634d4View commit details -
I disabled a few algorithms for fatser compile and missed to re-enable them.
Configuration menu - View commit details
-
Copy full SHA for 1e5bb80 - Browse repository at this point
Copy the full SHA 1e5bb80View commit details
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.