-
Notifications
You must be signed in to change notification settings - Fork 16
[ISSUE-815] Generate Random Numbers Asynchronously on the GPU #859
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
Open
AndrewBMadison
wants to merge
41
commits into
SharedDevelopment
Choose a base branch
from
AndrewDevelopment
base: SharedDevelopment
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
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
22cd237
building a new class for gpu rng
AndrewBMadison 0e70083
refactor
AndrewBMadison 69b86c9
curand rng class
AndrewBMadison c740f2a
Merge remote-tracking branch 'origin/SharedDevelopment' into issue-81…
AndrewBMadison 8f537d0
revert change
AndrewBMadison 4014610
fix performance metrics
AndrewBMadison 6058b88
Testing refactor
AndrewBMadison b0fa9ec
fix performance metrics bug
AndrewBMadison 4ea4b41
added logs and increased size of buffers
AndrewBMadison e67a65e
testing various gpu memory allocation sizes
AndrewBMadison 2fa2f4c
added include paths for CUDA include in cmakelists to fix a bug tryin…
AndrewBMadison 7278cb2
testing
AndrewBMadison 92bf648
testing full simulation and adding in error handling
AndrewBMadison 8f8f4ac
changed rng to philox and performed an analysis on the distribution
AndrewBMadison f56d31a
turned off file logging and fixed double free bug
AndrewBMadison d30ca17
fixed non-blocking stream
AndrewBMadison e40cdf1
improved nvtx support
AndrewBMadison a3dd0f2
clang-format
AndrewBMadison a6cdf91
Merge branch 'SharedDevelopment' into issue-815-async-rng
AndrewBMadison 339bca4
comments and renaming
AndrewBMadison 9219836
Merge branch 'issue-815-async-rng' into AndrewDevelopment
AndrewBMadison 00c418e
clang
AndrewBMadison 51da776
cleaned up changes
AndrewBMadison 383e054
clang
AndrewBMadison 8719559
format
AndrewBMadison 74104c8
format
AndrewBMadison 6d6b56f
fixed cpp version of utils library and added appropriate include for …
AndrewBMadison f0a60a2
revert clang changes on MersenneTwister
AndrewBMadison 2872d15
fixing cpu errors with cuda includes
AndrewBMadison 522c85f
cleaned up linking and unnecessary includes
AndrewBMadison 55ba665
clang format issues
AndrewBMadison 13af9d7
clang format issues
AndrewBMadison 935fe1f
removed unnecessary file removal
AndrewBMadison 5d092ba
Wrote better comments with doxygen in mind and renamed variables acco…
AndrewBMadison 4fdd643
clang
AndrewBMadison 66a97fa
Added documentation
AndrewBMadison 7aa77eb
fix nvtx variable names
AndrewBMadison 5d7ee8c
Merge branch 'SharedDevelopment' into AndrewDevelopment
stiber ca319a9
Revert "Merge branch 'SharedDevelopment' into AndrewDevelopment"
AndrewBMadison 21f9063
Manually remerged SharedDevelopment into AndrewDevelopment by applyin…
AndrewBMadison f269c67
moved deallocation of AsyncGenerator to deleteDeviceStruct
AndrewBMadison 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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.