Uses of Class
com.ibm.cuda.CudaDevice.SharedMemConfig
-
Packages that use CudaDevice.SharedMemConfig Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaDevice.SharedMemConfig in com.ibm.cuda
Methods in com.ibm.cuda that return CudaDevice.SharedMemConfig Modifier and Type Method Description CudaDevice.SharedMemConfig
CudaDevice. getSharedMemConfig()
Returns the current shared memory configuration of this device.static CudaDevice.SharedMemConfig
CudaDevice.SharedMemConfig. valueOf(String name)
Returns the enum constant of this type with the specified name.static CudaDevice.SharedMemConfig[]
CudaDevice.SharedMemConfig. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.cuda with parameters of type CudaDevice.SharedMemConfig Modifier and Type Method Description void
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.void
CudaKernel. setSharedMemConfig(CudaDevice.SharedMemConfig config)
Configures the shared memory of thefunction
associated with this kernel.
-