public class GpuDevice extends Object implements Serializable, Comparable
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected int |
minorNumber |
public GpuDevice()
public GpuDevice(int index, int minorNumber)
public int getIndex()
public int getMinorNumber()
public int compareTo(Object obj)
compareTo
in interface Comparable
Copyright © 2020 Apache Software Foundation. All rights reserved.