Module openj9.gpu
Package com.ibm.gpu
com.ibm.gpu allows the user to perform certain operations using any connected CUDA capable GPU
-
Class Summary Class Description CUDADevice Representation of a real, connected CUDA device.CUDAManager This class contains information important to IBM GPU enabled functions.GPUPermission This class defines GPU permissions as described in the following table.Maths This class is used to perform sorting operations of primitive arrays of type int, long, float, double on any connected CUDA GPU.Version Acts as an accessor to the current build level of the ibmgpu library. -
Exception Summary Exception Description GPUConfigurationException This exception is thrown when GPU operations fail due to configuration or environment issues - for example, an invalid device has been specified or we are running on an unsupported platform.GPUSortException This exception is thrown when there is an attempt to perform a sort on GPU and the sort operation fails.