public class RoundRobinGpuAssignmentStrategy extends java.lang.Object implements GpuAssignmentStrategy
| Constructor and Description |
|---|
RoundRobinGpuAssignmentStrategy(ConfigManager configManager)
Construct a round robin gpu assignment strategy.
|
| Modifier and Type | Method and Description |
|---|---|
int |
nextGpuId()
Returns next gpuId.
|
public RoundRobinGpuAssignmentStrategy(ConfigManager configManager)
configManager - use this configuration manager.public int nextGpuId()
nextGpuId in interface GpuAssignmentStrategy