Uses of Enum Class
com.ibm.cuda.CudaDevice.Limit
-
Uses of CudaDevice.Limit in com.ibm.cuda
Modifier and TypeClassDescriptionstatic enum
Limit
identifies device limits that may be queried or configured.Modifier and TypeMethodDescriptionstatic CudaDevice.Limit
Returns the enum constant of this class with the specified name.static CudaDevice.Limit[]
CudaDevice.Limit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionlong
CudaDevice.getLimit
(CudaDevice.Limit limit) Returns the value of the specifiedlimit
.void
CudaDevice.setLimit
(CudaDevice.Limit limit, long value) Configures the specifiedlimit
.