Uses of Class
org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu.GpuDeviceInformation
Packages that use GpuDeviceInformation
Package
Description
Package for GPU support classes.
-
Uses of GpuDeviceInformation in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu that return GpuDeviceInformationModifier and TypeMethodDescriptionGpuDiscoverer.getGpuDeviceInformation()Get GPU device information from system. -
Uses of GpuDeviceInformation in org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu
Methods in org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu that return GpuDeviceInformationMethods in org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu with parameters of type GpuDeviceInformationModifier and TypeMethodDescriptionvoidNMGpuResourceInfo.setGpuDeviceInformation(GpuDeviceInformation gpuDeviceInformation) Constructors in org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu with parameters of type GpuDeviceInformationModifierConstructorDescriptionNMGpuResourceInfo(GpuDeviceInformation gpuDeviceInformation, List<GpuDevice> totalGpuDevices, List<AssignedGpuDevice> assignedGpuDevices)