[FEA] Java APIs to determine CUDA driver and runtime versions #8084
Labels
feature request
New feature or request
Java
Affects Java cuDF API.
Spark
Functionality that helps Spark RAPIDS
Is your feature request related to a problem? Please describe.
Related to the snappy nanosleep issue, sometimes we may need to detect a combination of CUDA driver and CUDA runtime that has known issues and either emit a warning or throw an exception when a particular combination is detected.
Describe the solution you'd like
The existing Java
Cuda
class can expose methods like the following:It may be helpful to have a method that returns the full driver version string rather that only being able to access the CUDA runtime supported by the driver.
The text was updated successfully, but these errors were encountered: