Uses of Class
com.ibm.cuda.CudaFunction
-
Packages that use CudaFunction Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaFunction in com.ibm.cuda
Methods in com.ibm.cuda that return CudaFunction Modifier and Type Method Description CudaFunction
CudaModule. getFunction(String name)
Returns the function of the specified name from this module.Constructors in com.ibm.cuda with parameters of type CudaFunction Constructor Description CudaKernel(CudaModule module, CudaFunction function)
Creates a new kernel object in the given module whose entry point is the specified function.
-