You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/06/22 17:15:12 UTC

[GitHub] [arrow-nanoarrow] paleolimbot opened a new issue, #245: Device extension should implement async buffer copying for CUDA

paleolimbot opened a new issue, #245:
URL: https://github.com/apache/arrow-nanoarrow/issues/245

   Currently, the device extension is unreasonably slow when copying any array to a device because it synchronizes for every buffer copy. For string/binary types, an additional copy is needed to find the length of the next buffer. There is no technical limitation preventing these copies from occuring in parallel; however, the initial PR for this didn't get there.
   
   References:
   
   - https://github.com/apache/arrow-nanoarrow/pull/205#discussion_r1235579653
   - https://github.com/apache/arrow-nanoarrow/pull/205#discussion_r1237463786
   - https://github.com/apache/arrow-nanoarrow/pull/205#discussion_r1226854070
   - https://github.com/apache/arrow-nanoarrow/pull/205#discussion_r1224780614


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org