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

Sync some changes from KvikIO's Array #290

Merged

Conversation

jakirkham
Copy link
Member

Pulls in a few changes from KvikIO's Array. Namely...

  • asarray for easy conversion to Array (no-op if already an Array)
  • Include types for a few more properties

@jakirkham jakirkham requested a review from a team as a code owner September 28, 2024 01:26
@jakirkham jakirkham added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Sep 28, 2024
Copy link
Member

@madsbk madsbk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I only have one suggestion

python/ucxx/ucxx/_lib/arr.pyx Show resolved Hide resolved
def __init__(self, obj: object): ...
T = TypeVar("T")

class Array(Generic[T]):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment here as in ucx-py

Copy link
Member Author

@jakirkham jakirkham Oct 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same answer: rapidsai/ucx-py#1080 (comment)

Edit: Let's keep the discussion in UCX-Py for now. Can follow up here after that resolves

python/ucxx/ucxx/_lib/arr.pyx Outdated Show resolved Hide resolved
Co-authored-by: Peter Andreas Entschev <[email protected]>
Copy link
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM here too, similar to rapidsai/ucx-py#1080 (review), it's probably good to have @wence- voice his opinion one more time. Thanks @jakirkham .

@jakirkham
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 7cdaa6f into rapidsai:branch-0.41 Oct 7, 2024
67 checks passed
@jakirkham
Copy link
Member Author

Thanks all! 🙏

@jakirkham jakirkham deleted the sync_some_kvikio_arr_changes branch October 7, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants