Class AMDDeviceBoardName


  • public final class AMDDeviceBoardName
    extends java.lang.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.

    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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:
        Constant Field Values