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