Uses of Enum Class
com.ibm.cuda.CudaDevice.SharedMemConfig
Packages that use CudaDevice.SharedMemConfig
-
Uses of CudaDevice.SharedMemConfig in com.ibm.cuda
Methods in com.ibm.cuda that return CudaDevice.SharedMemConfigModifier and TypeMethodDescriptionCudaDevice.getSharedMemConfig()
Returns the current shared memory configuration of this device.static CudaDevice.SharedMemConfig
Returns the enum constant of this class with the specified name.static CudaDevice.SharedMemConfig[]
CudaDevice.SharedMemConfig.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ibm.cuda with parameters of type CudaDevice.SharedMemConfigModifier and TypeMethodDescriptionvoid
CudaDevice.setSharedMemConfig
(CudaDevice.SharedMemConfig config) Configures the shared memory of this device.void
CudaFunction.setSharedMemConfig
(CudaDevice.SharedMemConfig config) Configures the shared memory of this function.final void
CudaKernel.setSharedMemConfig
(CudaDevice.SharedMemConfig config) Configures the shared memory of thefunction
associated with this kernel.