Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CUDADevice> |
CUDAManager.getCUDADevices()
Use this method to obtain a reference to an ArrayList containing
references to all discovered CUDA devices.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2014, 2023 IBM Corp. and others.