Class AMDDeviceBoardName

java.lang.Object
org.lwjgl.opencl.AMDDeviceBoardName

public final class AMDDeviceBoardName extends Object
Native bindings to the amd_device_board_name extension.

This query enables the developer to get the name of the GPU board and model of the specific device. Currently, this is only for GPU devices.

  • Field Details

    • CL_DEVICE_BOARD_NAME_AMD

      public static final int CL_DEVICE_BOARD_NAME_AMD
      Accepted as the param_name parameter of GetDeviceInfo. Returns the name of the GPU board and model of the specific device.

      Currently, this is only for GPU devices. The returned name is a 128-character value.

      See Also: