Skip to content
Discussion options

You must be logged in to vote

Thank you for your attention. Regarding the node communication issue you mentioned, the following answers are based solely on my own understanding:

  1. There are no strict memory alignment requirements that you need to handle manually when transferring PyArrow tensors via the dora-rs Python API. Dora-rs natively uses Apache Arrow IPC as its internal data exchange format, and tensors created by PyArrow already meet the memory alignment requirements of the Arrow standard. As long as you pass a contiguous memory tensor, dora-rs can receive it directly with zero copy, and no additional alignment processing is required.
  2. The Dora shared memory mechanism is highly stable; however, in a high-perform…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@kush124k
Comment options

Answer selected by kush124k
Comment options

You must be logged in to vote
2 replies
@kush124k
Comment options

@kush124k
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants