Uses of Enum Class
com.ibm.cuda.CudaJitTarget
-
Uses of CudaJitTarget in com.ibm.cuda
Modifier and TypeClassDescriptionenum
CudaJitTarget
identifies the target compute device class for linking and loading modules.Modifier and TypeMethodDescriptionstatic CudaJitTarget
Returns the enum constant of this class with the specified name.static CudaJitTarget[]
CudaJitTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCudaJitOptions.setTarget
(CudaJitTarget target) Specifies the desired compute target.