Uses of Enum Class
com.ibm.cuda.CudaDevice.Limit
Packages that use CudaDevice.Limit
-
Uses of CudaDevice.Limit in com.ibm.cuda
Methods in com.ibm.cuda that return CudaDevice.LimitModifier and TypeMethodDescriptionstatic CudaDevice.LimitReturns 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.Methods in com.ibm.cuda with parameters of type CudaDevice.LimitModifier and TypeMethodDescriptionlongCudaDevice.getLimit(CudaDevice.Limit limit) Returns the value of the specifiedlimit.voidCudaDevice.setLimit(CudaDevice.Limit limit, long value) Configures the specifiedlimit.