GPUInfoProvider
Java package: com.nvidia.cuvs
Public Members
availableGPUs
Gets all the available GPUs
Returns
a list of GPUInfo objects with GPU details
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/GPUInfoProvider.java:20
compatibleGPUs
Get the list of compatible GPUs based on compute capability >= 7.0 and total memory >= 8GB
Returns
a list of compatible GPUs. See GPUInfo
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/GPUInfoProvider.java:28
getCurrentInfo
Gets memory information relative to a CuVSResources
Parameters
Returns
a CuVSResourcesInfo record containing the memory information
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/GPUInfoProvider.java:35
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/GPUInfoProvider.java:9