You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 classCUDA
.Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
The text was updated successfully, but these errors were encountered: