Uses of Class
com.ibm.cuda.CudaModule
-
Uses of CudaModule in com.ibm.cuda
Modifier and TypeMethodDescriptionCudaModule.Cache.get
(CudaDevice device, Object key) Retrieves an existing module for the specified device and key.CudaModule.Cache.put
(CudaDevice device, Object key, CudaModule module) Stores a module in this cache, associating it with the given device and key.Modifier and TypeMethodDescriptionCudaModule.Cache.put
(CudaDevice device, Object key, CudaModule module) Stores a module in this cache, associating it with the given device and key.ModifierConstructorDescriptionCudaKernel
(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.