-
-
Notifications
You must be signed in to change notification settings - Fork 757
Relax NumPy requirement in UCX #3731
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
bc87075
Make `device_array`'s shape a `tuple`
jakirkham 8e1e1c0
Use `"u1"` to specify `uint8` typed arrays
jakirkham 4fc853f
Rename `is_cudas` to `cuda_frames`
jakirkham 12f4d47
Use `pack`/`unpack` for UCX frame metadata
jakirkham fe7018c
Rename `cuda_array` to `device_array`
jakirkham 78ba385
Create function to allocate arrays on host
jakirkham 258bdca
Fix formatting with black
jakirkham 6aad1ae
Define `cuda_frames` with other frame definitions
jakirkham 5981100
Store `nframes` for simplicity
jakirkham b950a86
Collect sizes along with other frame info
jakirkham 249c84a
Use `sizes` to pick out non-trivial frames to send
jakirkham 4f1f493
Simply call `sum` on `sizes` for bytes sent
jakirkham 7b3cecd
Use `host_array` to make buffers to receive into
jakirkham 98d82dd
Pack per frame metadata into one message
jakirkham c59f95d
Note what `struct` lines are packing/unpacking
jakirkham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.