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

Error when using DataParallel #4

Closed
ybzhou opened this issue Sep 12, 2017 · 3 comments
Closed

Error when using DataParallel #4

ybzhou opened this issue Sep 12, 2017 · 3 comments

Comments

@ybzhou
Copy link

ybzhou commented Sep 12, 2017

When using with DataParallel, received the following error
cupy.cuda.driver.CUDADriverError: CUDA_ERROR_INVALID_HANDLE: invalid resource handle

single gpu works fine

@taolei87
Copy link
Contributor

@ybzhou hi, I've only tested it on single GPU.
the issue might be here, where the CUDA steam is created once and fixed when the file is imported. this means it's binded to a single GPU probably.

need to investigate how to change the stream. let me know if you have a fix :)

@taolei87
Copy link
Contributor

taolei87 commented Sep 12, 2017

  • add multi-GPU support

@taolei87
Copy link
Contributor

Now there is a version in "multigpu" branch. I will do more test before merging it into the master branch. Please feel free to use the current version.

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

2 participants