-
Notifications
You must be signed in to change notification settings - Fork 902
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
Clean up CUDA stream use in cuIO #9991
Clean up CUDA stream use in cuIO #9991
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #9991 +/- ##
================================================
- Coverage 10.49% 10.45% -0.04%
================================================
Files 119 119
Lines 20305 20417 +112
================================================
+ Hits 2130 2134 +4
- Misses 18175 18283 +108
Continue to review full report at Codecov.
|
rerun tests |
This looks good to me. Just update the copyright year I think. |
Lol, I just checked the year in some files and did not update since "2021 is already included". |
@gpucibot merge |
Removes defaults for internal stream parameters.
Fixes cases where default stream was used instead of propagating the stream.