|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jocl.utils.Devices
public class Devices
Utility methods related to devices.
| Method Summary | |
|---|---|
static java.util.List<org.jocl.cl_device_id> |
getDevices(org.jocl.cl_platform_id platform)
Returns an unmodifiable (possibly empty) list of all devices of the given platform. |
static java.util.List<org.jocl.cl_device_id> |
getDevices(org.jocl.cl_platform_id platform,
long deviceType)
Returns an unmodifiable (possibly empty) list of all devices of the given platform that match the specified device type. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List<org.jocl.cl_device_id> getDevices(org.jocl.cl_platform_id platform)
platform - The platform
public static java.util.List<org.jocl.cl_device_id> getDevices(org.jocl.cl_platform_id platform,
long deviceType)
platform - The platformdeviceType - The device type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||