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

[Python/C++] Support data copying between different GPU devices #15853

Closed
asfimport opened this issue Oct 30, 2018 · 5 comments
Closed

[Python/C++] Support data copying between different GPU devices #15853

asfimport opened this issue Oct 30, 2018 · 5 comments

Comments

@asfimport
Copy link

asfimport commented Oct 30, 2018

Currently, the data copying is supported from host to device, from device to host, from device to the same device. For multiple GPU systems, copying data from one device to another is needed.

See also
#2844 (comment)

Reporter: Pearu Peterson / @pearu
Assignee: Pearu Peterson / @pearu

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-3653. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Would you like to submit a patch for this?

@asfimport
Copy link
Author

Pearu Peterson / @pearu:
Yes, I can submit a patch. However, I don't have access to a multi-GPU system. So, I would not be able to fully test it.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
I can create a user account for you on one of our multi-GPU machines. I think you should be able to test this without sudo?

@asfimport
Copy link
Author

Pearu Peterson / @pearu:
Sounds good. As long as the nvidia driver is working and there is enough disk space to create a development environment, sudo access would not be needed. Let me know if you need anything from me for creating the account.

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
Issue resolved by pull request 3617
#3617

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

No branches or pull requests

1 participant