Uses of Class
com.ibm.cuda.CudaModule
-
Packages that use CudaModule Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaModule in com.ibm.cuda
Methods in com.ibm.cuda that return CudaModule Modifier and Type Method Description CudaModule
CudaModule.Cache. get(CudaDevice device, Object key)
Retrieves an existing module for the specified device and key.CudaModule
CudaModule.Cache. put(CudaDevice device, Object key, CudaModule module)
Stores a module in this cache, associating it with the given device and key.Methods in com.ibm.cuda with parameters of type CudaModule Modifier and Type Method Description CudaModule
CudaModule.Cache. put(CudaDevice device, Object key, CudaModule module)
Stores a module in this cache, associating it with the given device and key.Constructors in com.ibm.cuda with parameters of type CudaModule Constructor Description CudaKernel(CudaModule module, CudaFunction function)
Creates a new kernel object in the given module whose entry point is the specified function.CudaKernel(CudaModule module, String functionName)
Creates a new kernel object in the given module whose entry point is the function with the specified name.
-