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
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: