Uses of Class
com.ibm.gpu.CUDADevice
Package
Description
com.ibm.gpu allows the user to perform certain operations using any connected CUDA capable GPU
-
Uses of CUDADevice in com.ibm.gpu
Modifier and TypeMethodDescriptionCUDAManager.getDevice
(int deviceId) Get a reference to the CUDA device by means of its index (with 0 being the first).CUDAManager.getDeviceWithMostAvailableMemory()
Identifies the CUDA device that has the most memory available.CUDAManager.getEnabledCUDADevices()
Use this method to return an array of enabled CUDA devices.Modifier and TypeMethodDescriptionCUDAManager.getCUDADevices()
Use this method to obtain a reference to an ArrayList containing references to all discovered CUDA devices.