CuVSResourcesInfo

View as Markdown

Java package: com.nvidia.cuvs

1public record CuVSResourcesInfo(long freeDeviceMemoryInBytes, long totalDeviceMemoryInBytes)

Contains performance-related information associated to a CuVSResources and its GPU. Can be extended to report different types of GPU memory linked to the resources, e.g. the type and capacity of the underlying RMM device_memory_resource

Parameters

NameDescription
freeDeviceMemoryInBytesfree memory in bytes, as reported by the device driver
totalDeviceMemoryInBytestotal device memory in bytes

Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSResourcesInfo.java:15