Uses of Class
com.ibm.cuda.CudaFunction
Packages that use CudaFunction
-
Uses of CudaFunction in com.ibm.cuda
Methods in com.ibm.cuda that return CudaFunctionModifier and TypeMethodDescriptionCudaModule.getFunction
(String name) Returns the function of the specified name from this module.Constructors in com.ibm.cuda with parameters of type CudaFunctionModifierConstructorDescriptionCudaKernel
(CudaModule module, CudaFunction function) Creates a new kernel object in the given module whose entry point is the specified function.