Uses of Class
com.ibm.gpu.CUDADevice
Packages that use 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
Methods in com.ibm.gpu that return CUDADeviceModifier 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.Methods in com.ibm.gpu that return types with arguments of type CUDADeviceModifier and TypeMethodDescriptionCUDAManager.getCUDADevices()
Use this method to obtain a reference to an ArrayList containing references to all discovered CUDA devices.