Uses of Enum Class
com.ibm.cuda.CudaJitTarget
Packages that use CudaJitTarget
-
Uses of CudaJitTarget in com.ibm.cuda
Methods in com.ibm.cuda that return CudaJitTargetModifier and TypeMethodDescriptionstatic CudaJitTargetReturns 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.Methods in com.ibm.cuda with parameters of type CudaJitTargetModifier and TypeMethodDescriptionCudaJitOptions.setTarget(CudaJitTarget target) Specifies the desired compute target.