-
Notifications
You must be signed in to change notification settings - Fork 27
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
Brodey | unified memory #62
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
350c7d8
chore: bm
brodeynewman 1ad672a
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 59150ee
chore: merge
brodeynewman c7d0b7d
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 29a919e
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 233b8e9
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman fc00189
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 79ccd26
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 38a351c
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman ab2e209
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman ccd7c31
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 25cad41
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 11f8e43
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 8e3d836
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman e20c750
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 8f56379
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman e5592dc
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman aeef059
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman 3d29fc8
chore: capture device pointers
brodeynewman 5b890da
chore: unified working example
brodeynewman fdf8853
chore: extern
brodeynewman 07b0e2a
chore: todo
brodeynewman 3740492
chore: map original host pointer
brodeynewman 516909a
chore: cleanup
brodeynewman e6ec613
chore: cleanup
brodeynewman 062360c
chore: build
brodeynewman 83d1ebc
Merge branch 'main' of github.com:kevmo314/scuda
brodeynewman a6683b4
chore: mmap
brodeynewman fcc8669
chore: unified pointer ex
brodeynewman a90da39
chore: cleanup
brodeynewman 2d744fd
chore: manual server
brodeynewman 94a7411
Merge branch 'main' into brodey/unified
brodeynewman f687e92
chore: additional cleanup
brodeynewman 00d6915
chore: unified pointer test
brodeynewman 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 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 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 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 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 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 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 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.
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.
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.
Can you use
void* unused
to pass the parent segfault handler?