-
-
Notifications
You must be signed in to change notification settings - Fork 123
switch GPU CI to buildkite #439
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
Conversation
097a89c
to
b4e65b3
Compare
61a6abb
to
969e311
Compare
@@ -1,6 +1,7 @@ | |||
import .CUDA | |||
|
|||
function Base.cconvert(::Type{MPIPtr}, buf::CUDA.CuArray{T}) where T | |||
CUDA.synchronize(CUDA.CuDefaultStream()) |
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.
@vchuravy What do you think?
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 need this again?
cc: @maleadt
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.
969e311
to
e3708b6
Compare
The decision here was to require users to manually synchronise. We will need to update docs and the tests. |
e3708b6
to
86518d7
Compare
No part of #552 |
No description provided.