-
Notifications
You must be signed in to change notification settings - Fork 35
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
Port CUDAStream to Go #332
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #332 +/- ##
===========================================
- Coverage 89.11% 88.84% -0.28%
===========================================
Files 33 34 +1
Lines 1443 1461 +18
===========================================
+ Hits 1286 1298 +12
- Misses 99 105 +6
Partials 58 58
|
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.
It seems that we need to complete this PR with more test cases.
Some code should run on CUDA device, I have tested them on P100. |
related #327