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

[BUG] Explicitly check if the platform is supported #7208

Closed
revans2 opened this issue Nov 30, 2022 · 1 comment · Fixed by #7444
Closed

[BUG] Explicitly check if the platform is supported #7208

revans2 opened this issue Nov 30, 2022 · 1 comment · Fixed by #7444
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@revans2
Copy link
Collaborator

revans2 commented Nov 30, 2022

Describe the bug
#7205 was filed because a user tried to use the plugin with an unsupported GPU. The error message was very confusing. We should have some explicit check on startup before RMM runs that will verify that the GPU meets the minimum requirements and returns a clear error if it cannot.

@revans2 revans2 added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 30, 2022
@sameerz sameerz added good first issue Good for newcomers and removed ? - Needs Triage Need team to review and classify labels Dec 6, 2022
@jlowe jlowe changed the title [BUG] Explicetly check if the platform is supported [BUG] Explicitly check if the platform is supported Dec 6, 2022
@jlowe
Copy link
Member

jlowe commented Dec 6, 2022

This involves updating the plugin to call cudf's Cuda.getComputeCapabilityMajor method in the Java bindings and throw an exception if the device compute capability is too low (i.e.: < 6).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants