Uses of Class
com.ibm.cuda.CudaFunction
-
Uses of CudaFunction in com.ibm.cuda
Modifier and TypeMethodDescriptionCudaModule.getFunction
(String name) Returns the function of the specified name from this module.ModifierConstructorDescriptionCudaKernel
(CudaModule module, CudaFunction function) Creates a new kernel object in the given module whose entry point is the specified function.