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

Device extension should implement async buffer copying for CUDA #245

Closed
paleolimbot opened this issue Jun 22, 2023 · 0 comments · Fixed by #509
Closed

Device extension should implement async buffer copying for CUDA #245

paleolimbot opened this issue Jun 22, 2023 · 0 comments · Fixed by #509

Comments

@paleolimbot
Copy link
Member

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant