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

Simplify cuml array #5166

Open
wants to merge 2 commits into
base: branch-23.04
Choose a base branch
from

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Jan 26, 2023

Noticed while reviewing #5154.

Plus an extra (probably benign) typo-bug while I'm here.

cc @wphicks

@wence- wence- requested a review from a team as a code owner January 26, 2023 15:43
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Jan 26, 2023
@wphicks wphicks added bug Something isn't working non-breaking Non-breaking change labels Jan 27, 2023
Remove unreachable code. Both RMM DeviceBuffers and cuDF Buffers
advertise a `__cuda_array_interface__` property, so it is impossible
to fall through to the `AttributeError` block in those cases.
We should assign, not check for equality.
@wence- wence- force-pushed the wence/simplify-cuml-array branch from c004c68 to 4ff462f Compare March 7, 2023 16:51
@wence-
Copy link
Contributor Author

wence- commented Mar 7, 2023

I rebased onto trunk to drop all the merge-conflicted (?) changes. I think this is OK for a review (ops-codeowners, cmake-codeowners and cpp-codeowners I think are now unnecessary reviewing groups).

@ajschmidt8 ajschmidt8 removed the request for review from a team March 22, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants