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

Add peer access support #479

Open
vzhurba01 opened this issue Feb 28, 2025 · 0 comments
Open

Add peer access support #479

vzhurba01 opened this issue Feb 28, 2025 · 0 comments
Labels
cuda.core Everything related to the cuda.core module feature New feature or request triage Needs the team's attention

Comments

@vzhurba01
Copy link
Collaborator

In a multi-GPU setting, right now it's not possible to memcpy directly between the two devices. A couple of checks would have to be done by cuda.core as part of enabling this:

  • cuDeviceCanAccessPeer
  • cuCtxEnablePeerAccess
@github-actions github-actions bot added the triage Needs the team's attention label Feb 28, 2025
@vzhurba01 vzhurba01 added feature New feature or request cuda.core Everything related to the cuda.core module labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda.core Everything related to the cuda.core module feature New feature or request triage Needs the team's attention
Projects
None yet
Development

No branches or pull requests

1 participant