-
Notifications
You must be signed in to change notification settings - Fork 80
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
[QST] It seems high-level api don't support selecting which GPU to run #87
Comments
Just to double-check, is |
It's a little weird, I used the example code of high-level API and added the device selection in main function:
I also did the same device selection at the beginning of function
This error is same as I change my
|
Sorry, I don't think I have enough information to reproduce this error. Would you be able to provide the rest of the code you're using that's hitting this error? |
Sorry for insufficient information, here is my test code.
|
This issue has been labeled |
This issue has been labeled |
I created a compress manager and compressed my data by
I have passed
device id
to select which GPU to run compress but it seems always run on GPU 0. Is there something wrong with the way I use it?The text was updated successfully, but these errors were encountered: