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

[FEA] Support querying GPU mode via Java APIs #6363

Closed
firestarman opened this issue Sep 30, 2020 · 1 comment
Closed

[FEA] Support querying GPU mode via Java APIs #6363

firestarman opened this issue Sep 30, 2020 · 1 comment
Assignees
Labels
feature request New feature or request Java Affects Java cuDF API.

Comments

@firestarman
Copy link
Contributor

firestarman commented Sep 30, 2020

Is your feature request related to a problem? Please describe.
My case here must allow multipe processes access a GPU in parallel, which reqiures the GPU exclusive mode being disabled.
I wish I could use cuDF Java to query the mode of the current GPU, then i could throw exception with the correct message when the GPU mode is not matched, instead of the ambiguous exception EOFException.

Describe the solution you'd like
Add an API such as getGpuMode in the existing Java class CUDA.

Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.

@firestarman firestarman added Needs Triage Need team to review and classify feature request New feature or request labels Sep 30, 2020
@kkraus14 kkraus14 added Java Affects Java cuDF API. and removed Needs Triage Need team to review and classify labels Sep 30, 2020
@github-actions
Copy link

This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Java Affects Java cuDF API.
Projects
None yet
Development

No branches or pull requests

3 participants