-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cuda zero copy #13002
Closed
Closed
Cuda zero copy #13002
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c6cd611
update mne/cuda to call cupy.asarray when possible
scottrbrtsn 02edb9c
update tests as poc, they pass
scottrbrtsn 5662420
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f7a04ad
Update mne/cuda.py
larsoner fd0463e
string formatting
scottrbrtsn a03014e
add changelog file
scottrbrtsn 44b8b9a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 96f2a03
only get shared mem if cuda capable
scottrbrtsn caec586
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] de298fe
revert numba_capable and use the bool in fixes
scottrbrtsn ce2ff37
gate get_shared_mem with fixes/has_numba bool
scottrbrtsn 75c4dab
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 929fcb9
Update mne/cuda.py to soft import numba
scottrbrtsn 214edf1
revert tests, make shared_mem fun private and simplified, call approp…
scottrbrtsn cfd6fb3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cb8fec5
soft import numba
scottrbrtsn 6973b54
remove extra line
scottrbrtsn f2950e0
revert soft import.
scottrbrtsn ac5b5c8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e76b5a7
W needs "cuda" passed in since it just set n_jobs to 1
scottrbrtsn 1fc59ba
hfft needs cuda for the same reason
scottrbrtsn 9350498
remove n_jobs param
scottrbrtsn 1a1c8ec
remove n_jobs gate
scottrbrtsn a3342fa
fix docstring param
scottrbrtsn 88ae8cb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4bbd2c7
irfft, takes cuda mem, and so x is a different type. i do not think g…
scottrbrtsn af3cab2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 74a7794
remove troubleshooting woes
scottrbrtsn 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Short description of the changes, by :newcontrib:`Scott Robertson`. | ||
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
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.
Just adding a comment so we don't forget to actually update this 🙂
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.
... and adding your name to
doc/changes/names.inc
will fix the CircleCI error: