This repository was archived by the owner on Apr 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Optimise work updates on CUDA, was Branch#359 #361
Merged
chfast
merged 47 commits into
ethereum-mining:master
from
MariusVanDerWijden:branch_#359
Dec 28, 2017
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
6adfaa8
Started on #359
MariusVanDerWijden a816f1c
Rewrote CUDAMiner
MariusVanDerWijden 1be1486
minor fix
MariusVanDerWijden 42bd287
rewrote the kernel once again
MariusVanDerWijden 2853d0c
Merge branch 'master' into branch_#359
MariusVanDerWijden 138173d
added support for __shfl_sync since __shfl is deprecated with CUDA 9.0
MariusVanDerWijden 8c7b88e
added support for shfl_sync
MariusVanDerWijden 59a1227
added Bitmask to all shfl_sync operations, to target all warps
MariusVanDerWijden 4b30cfb
Now Use CUDA_VERSION instead of __CUDA_ARCH__
MariusVanDerWijden 5e63e33
Update to fix stratum failover argument handling
mbajkowski 30aa051
updated for backwards compatibility with -FS argument
mbajkowski 1a3a07e
Travis CI: Upgrade Xcode
chfast a50e679
Extend FAQ in README (#313)
gidoBOSSftw5731 83be30e
Tracis CI: Upgrade CUDA to 9.0
chfast 6177c3b
fixed dumb error
MariusVanDerWijden 1dbfb19
Started on #359
MariusVanDerWijden a62bd1f
Rewrote CUDAMiner
MariusVanDerWijden a7e8dca
minor fix
MariusVanDerWijden 946783c
rewrote the kernel once again
MariusVanDerWijden 157c7be
Merge branch 'master' into branch_#359
MariusVanDerWijden 82d0daf
minor improvements
MariusVanDerWijden 87d1364
minor improvements
MariusVanDerWijden 29064ea
rebase from Master
MariusVanDerWijden 2e0f674
restructured bad code
MariusVanDerWijden 923ff2c
fixed compile errors
MariusVanDerWijden 89eb45a
restructure code, added output to find errors
MariusVanDerWijden 546b675
minor change
MariusVanDerWijden 2c2dedd
fixed another error
MariusVanDerWijden 0852ce2
minor update
MariusVanDerWijden c710eea
another fix
MariusVanDerWijden 9f2d2f1
rearanged code and fixed a guard
MariusVanDerWijden 81398cf
Restructured Light Allocation
MariusVanDerWijden 45b615a
More output to debug
MariusVanDerWijden b37dca0
Fixed build error
MariusVanDerWijden a28bcda
fixed simulation
MariusVanDerWijden 09eb4e3
rewrote guard
MariusVanDerWijden 4ae0e20
fixed dag generation error
MariusVanDerWijden 335cfc2
Merge branch 'branch_#359' of https://github.com/MariusVanDerWijden/e…
MariusVanDerWijden 6a251e6
removed unnecessary print
MariusVanDerWijden 4d60935
Merge branch 'master' into branch_#359
MariusVanDerWijden 274500d
Merge branch 'master' into branch_#359
MariusVanDerWijden 7c0aecf
fixed merge error
MariusVanDerWijden c77a0ca
removed unnecessary cnote
MariusVanDerWijden 8aba73b
changed requested changes
MariusVanDerWijden a8facaf
changed hwmon breaking bug
MariusVanDerWijden 5a42eb7
use std::vector instead of raw array
MariusVanDerWijden 6b00137
fixed init of m_light
MariusVanDerWijden File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this loop ends?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, fixed it