Uses of Class
com.ibm.cuda.CudaDevice.Limit
-
Packages that use CudaDevice.Limit Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaDevice.Limit in com.ibm.cuda
Methods in com.ibm.cuda that return CudaDevice.Limit Modifier and Type Method Description static CudaDevice.Limit
CudaDevice.Limit. valueOf(String name)
Returns the enum constant of this type with the specified name.static CudaDevice.Limit[]
CudaDevice.Limit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.cuda with parameters of type CudaDevice.Limit Modifier and Type Method Description long
CudaDevice. getLimit(CudaDevice.Limit limit)
Returns the value of the specifiedlimit
.void
CudaDevice. setLimit(CudaDevice.Limit limit, long value)
Configures the specifiedlimit
.
-