Skip to content
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

Always set RMM's strides in the header #4039

Merged
merged 1 commit into from
Aug 12, 2020

Conversation

jakirkham
Copy link
Member

@jakirkham jakirkham commented Aug 11, 2020

Follow-up to PR ( rapidsai/rmm#477 )
Fixes this test failure ( rapidsai/ucx-py#575 (comment) )

As newer versions of RMM have DeviceBuffer setting strides in __cuda_array_interface__ to None (as they are C-contiguous) and some deserializers rely on this to be a non-None value, make sure to just explicitly set strides to a non-None value.

As newer versions of RMM have `DeviceBuffer` setting `strides` in
`__cuda_array_interface__` to `None` (as they are C-contiguous) and some
deserializers rely on this to be a non-`None` value, make sure to just
explicitly set `strides` to a non-`None` value.
@jakirkham
Copy link
Member Author

Going to go ahead and merge to fix UCX-Py CI. Only affects RMM serialization.

@jakirkham jakirkham merged commit 0030729 into dask:master Aug 12, 2020
@jakirkham jakirkham deleted the set_rmm_strides_header branch August 12, 2020 00:25
@mrocklin
Copy link
Member

mrocklin commented Aug 14, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants