Uses of Class
com.ibm.cuda.CudaModule
Packages that use CudaModule
-
Uses of CudaModule in com.ibm.cuda
Methods in com.ibm.cuda that return CudaModuleModifier 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.Methods in com.ibm.cuda with parameters of type CudaModuleModifier and TypeMethodDescriptionCudaModule.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 CudaModuleModifierConstructorDescriptionCudaKernel
(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.