| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLDevice.AffinityDomain |
CLDevice.AffinityDomain.getEnum(long v) |
CLDevice.AffinityDomain |
CLDevice.getPartitionAffinityDomain()
Affinity domain specified in
CLDevice.createSubDevicesByAffinity(AffinityDomain), or null if the device is not a sub-device or wasn't split by affinity. |
static CLDevice.AffinityDomain |
CLDevice.AffinityDomain.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLDevice.AffinityDomain[] |
CLDevice.AffinityDomain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CLDevice[] |
CLDevice.createSubDevicesByAffinity(CLDevice.AffinityDomain affinityDomain)
Creates an array of sub-devices that each reference a non-intersecting set of compute units within this device.
|
Copyright © 2009-2015. All Rights Reserved.