Uses of Class
com.ibm.cuda.CudaJitTarget
-
Packages that use CudaJitTarget Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaJitTarget in com.ibm.cuda
Methods in com.ibm.cuda that return CudaJitTarget Modifier and Type Method Description static CudaJitTarget
CudaJitTarget. valueOf(String name)
Returns the enum constant of this type with the specified name.static CudaJitTarget[]
CudaJitTarget. 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 CudaJitTarget Modifier and Type Method Description CudaJitOptions
CudaJitOptions. setTarget(CudaJitTarget target)
Specifies the desired compute target.
-