Package org.lwjgl.opencl
Class NVDeviceAttributeQuery
java.lang.Object
org.lwjgl.opencl.NVDeviceAttributeQuery
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as the <param_name> parameter of clGetDeviceInfo.static final int
Accepted as the <param_name> parameter of clGetDeviceInfo.static final int
Accepted as the <param_name> parameter of clGetDeviceInfo.static final int
Accepted as the <param_name> parameter of clGetDeviceInfo.static final int
Accepted as the <param_name> parameter of clGetDeviceInfo.static final int
Accepted as the <param_name> parameter of clGetDeviceInfo.static final int
Accepted as the <param_name> parameter of clGetDeviceInfo. -
Method Summary
-
Field Details
-
CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV
public static final int CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NVAccepted as the <param_name> parameter of clGetDeviceInfo.- See Also:
-
CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV
public static final int CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NVAccepted as the <param_name> parameter of clGetDeviceInfo.- See Also:
-
CL_DEVICE_REGISTERS_PER_BLOCK_NV
public static final int CL_DEVICE_REGISTERS_PER_BLOCK_NVAccepted as the <param_name> parameter of clGetDeviceInfo.- See Also:
-
CL_DEVICE_WARP_SIZE_NV
public static final int CL_DEVICE_WARP_SIZE_NVAccepted as the <param_name> parameter of clGetDeviceInfo.- See Also:
-
CL_DEVICE_GPU_OVERLAP_NV
public static final int CL_DEVICE_GPU_OVERLAP_NVAccepted as the <param_name> parameter of clGetDeviceInfo.- See Also:
-
CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV
public static final int CL_DEVICE_KERNEL_EXEC_TIMEOUT_NVAccepted as the <param_name> parameter of clGetDeviceInfo.- See Also:
-
CL_DEVICE_INTEGRATED_MEMORY_NV
public static final int CL_DEVICE_INTEGRATED_MEMORY_NVAccepted as the <param_name> parameter of clGetDeviceInfo.- See Also:
-