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

Trying to create a context across multiple devices that already have peer access enabled causes an error #184

Closed
ingowald opened this issue Sep 25, 2022 · 0 comments

Comments

@ingowald
Copy link
Contributor

Whenc reating a context across multple devices OWL enabels peer access between those two devices; however, CUDA actually emits an error when trying to enable peer access on a device that already has this enabled, which then causes OWL's error checking to assume that something went wrong.

Need to squash this error; all we care about is that the device will have peer access, we don't care whether it could do that before already or not.

ingowald added a commit that referenced this issue Sep 25, 2022
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

No branches or pull requests

1 participant