-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adapt to CUDA.jl v3 #52
Conversation
Codecov Report
@@ Coverage Diff @@
## master #52 +/- ##
=======================================
Coverage 85.32% 85.32%
=======================================
Files 22 22
Lines 1015 1015
=======================================
Hits 866 866
Misses 149 149
Continue to review full report at Codecov.
|
@@ -66,7 +66,7 @@ | |||
end | |||
end | |||
|
|||
verts = get_verts_packed(m) | |||
verts = get_verts_packed(m) |> cpu |
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.
Why do we bring the to cpu?
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.
These are tests; the latter test computation involved Array, which caused trouble
@DhairyaLGandhi Is there any badge link for gpu ci? |
No description provided.