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.SharedMemConfigReturns 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 TypeMethodDescriptionvoidCudaDevice.setSharedMemConfig(CudaDevice.SharedMemConfig config) Configures the shared memory of this device.voidCudaFunction.setSharedMemConfig(CudaDevice.SharedMemConfig config) Configures the shared memory of this function.final voidCudaKernel.setSharedMemConfig(CudaDevice.SharedMemConfig config) Configures the shared memory of thefunctionassociated with this kernel.