Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu.GpuDevice
Packages that use GpuDevice
Package
Description
Package for GPU support classes.
-
Uses of GpuDevice in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.gpu
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.gpu that return types with arguments of type GpuDeviceModifier and TypeMethodDescriptionGpuResourceAllocator.getAllowedGpus()GpuResourceAllocator.getDeviceAllocationMapping()Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.gpu with parameters of type GpuDevice -
Uses of GpuDevice in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu
Subclasses of GpuDevice in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpuModifier and TypeClassDescriptionclassIn addition toGpuDevice, this include container id and more runtime information related to who is using the GPU device if possibleMethods in org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.gpu that return types with arguments of type GpuDeviceModifier and TypeMethodDescriptionGpuDiscoverer.getGpusUsableByYarn()Get list of GPU devices usable by YARN. -
Uses of GpuDevice in org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu
Methods in org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu that return types with arguments of type GpuDeviceMethod parameters in org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu with type arguments of type GpuDeviceModifier and TypeMethodDescriptionvoidNMGpuResourceInfo.setTotalGpuDevices(List<GpuDevice> totalGpuDevices) Constructor parameters in org.apache.hadoop.yarn.server.nodemanager.webapp.dao.gpu with type arguments of type GpuDeviceModifierConstructorDescriptionNMGpuResourceInfo(GpuDeviceInformation gpuDeviceInformation, List<GpuDevice> totalGpuDevices, List<AssignedGpuDevice> assignedGpuDevices)