Package org.lwjgl.opencl
Class EXTDeviceFission
java.lang.Object
org.lwjgl.opencl.EXTDeviceFission
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final long
static final long
static final long
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
clCreateSubDevicesEXT
(long in_device, long[] properties, @Nullable PointerBuffer out_devices, int @Nullable [] num_devices) cl_int clCreateSubDevicesEXT(cl_device_id in_device, cl_device_partition_property_ext const * properties, cl_uint num_entries, cl_device_id * out_devices, cl_uint * num_devices)
static int
clCreateSubDevicesEXT
(long in_device, LongBuffer properties, @Nullable PointerBuffer out_devices, @Nullable IntBuffer num_devices) cl_int clCreateSubDevicesEXT(cl_device_id in_device, cl_device_partition_property_ext const * properties, cl_uint num_entries, cl_device_id * out_devices, cl_uint * num_devices)
static int
clReleaseDeviceEXT
(long device) cl_int clReleaseDeviceEXT(cl_device_id device)
static int
clRetainDeviceEXT
(long device) cl_int clRetainDeviceEXT(cl_device_id device)
static int
nclCreateSubDevicesEXT
(long in_device, long properties, int num_entries, long out_devices, long num_devices) cl_int clCreateSubDevicesEXT(cl_device_id in_device, cl_device_partition_property_ext const * properties, cl_uint num_entries, cl_device_id * out_devices, cl_uint * num_devices)
-
Field Details
-
CL_DEVICE_PARTITION_FAILED_EXT
public static final int CL_DEVICE_PARTITION_FAILED_EXT- See Also:
-
CL_INVALID_PARTITION_COUNT_EXT
public static final int CL_INVALID_PARTITION_COUNT_EXT- See Also:
-
CL_INVALID_PARTITION_NAME_EXT
public static final int CL_INVALID_PARTITION_NAME_EXT- See Also:
-
CL_DEVICE_PARENT_DEVICE_EXT
public static final int CL_DEVICE_PARENT_DEVICE_EXT- See Also:
-
CL_DEVICE_PARTITION_TYPES_EXT
public static final int CL_DEVICE_PARTITION_TYPES_EXT- See Also:
-
CL_DEVICE_AFFINITY_DOMAINS_EXT
public static final int CL_DEVICE_AFFINITY_DOMAINS_EXT- See Also:
-
CL_DEVICE_REFERENCE_COUNT_EXT
public static final int CL_DEVICE_REFERENCE_COUNT_EXT- See Also:
-
CL_DEVICE_PARTITION_STYLE_EXT
public static final int CL_DEVICE_PARTITION_STYLE_EXT- See Also:
-
CL_DEVICE_PARTITION_EQUALLY_EXT
public static final int CL_DEVICE_PARTITION_EQUALLY_EXT- See Also:
-
CL_DEVICE_PARTITION_BY_COUNTS_EXT
public static final int CL_DEVICE_PARTITION_BY_COUNTS_EXT- See Also:
-
CL_DEVICE_PARTITION_BY_NAMES_EXT
public static final int CL_DEVICE_PARTITION_BY_NAMES_EXT- See Also:
-
CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT
public static final int CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT- See Also:
-
CL_AFFINITY_DOMAIN_L1_CACHE_EXT
public static final int CL_AFFINITY_DOMAIN_L1_CACHE_EXT- See Also:
-
CL_AFFINITY_DOMAIN_L2_CACHE_EXT
public static final int CL_AFFINITY_DOMAIN_L2_CACHE_EXT- See Also:
-
CL_AFFINITY_DOMAIN_L3_CACHE_EXT
public static final int CL_AFFINITY_DOMAIN_L3_CACHE_EXT- See Also:
-
CL_AFFINITY_DOMAIN_L4_CACHE_EXT
public static final int CL_AFFINITY_DOMAIN_L4_CACHE_EXT- See Also:
-
CL_AFFINITY_DOMAIN_NUMA_EXT
public static final int CL_AFFINITY_DOMAIN_NUMA_EXT- See Also:
-
CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT
public static final int CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT- See Also:
-
CL_PROPERTIES_LIST_END_EXT
public static final long CL_PROPERTIES_LIST_END_EXT- See Also:
-
CL_PARTITION_BY_COUNTS_LIST_END_EXT
public static final long CL_PARTITION_BY_COUNTS_LIST_END_EXT- See Also:
-
CL_PARTITION_BY_NAMES_LIST_END_EXT
public static final long CL_PARTITION_BY_NAMES_LIST_END_EXT- See Also:
-
-
Method Details
-
clReleaseDeviceEXT
public static int clReleaseDeviceEXT(long device) cl_int clReleaseDeviceEXT(cl_device_id device)
-
clRetainDeviceEXT
public static int clRetainDeviceEXT(long device) cl_int clRetainDeviceEXT(cl_device_id device)
-
nclCreateSubDevicesEXT
public static int nclCreateSubDevicesEXT(long in_device, long properties, int num_entries, long out_devices, long num_devices) cl_int clCreateSubDevicesEXT(cl_device_id in_device, cl_device_partition_property_ext const * properties, cl_uint num_entries, cl_device_id * out_devices, cl_uint * num_devices)
-
clCreateSubDevicesEXT
public static int clCreateSubDevicesEXT(long in_device, LongBuffer properties, @Nullable PointerBuffer out_devices, @Nullable IntBuffer num_devices) cl_int clCreateSubDevicesEXT(cl_device_id in_device, cl_device_partition_property_ext const * properties, cl_uint num_entries, cl_device_id * out_devices, cl_uint * num_devices)
-
clCreateSubDevicesEXT
public static int clCreateSubDevicesEXT(long in_device, long[] properties, @Nullable PointerBuffer out_devices, int @Nullable [] num_devices) cl_int clCreateSubDevicesEXT(cl_device_id in_device, cl_device_partition_property_ext const * properties, cl_uint num_entries, cl_device_id * out_devices, cl_uint * num_devices)
-