Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a few missing uses of types and enums to XML #960

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 11, 2024

  1. Add a few missing uses of types and enums to XML

    - OpenCL 1.0 requires cl_char, etc types
    - OpenCL 1.2 and cl_khr+_fp64 require cl_double
    - cl_khr_fp16 requires CL_HALF_* constants
    - cl_khr_icd requires cl_icd_dispatch
    - OpenCL 1.0 requires all the CL_M_* constants. The specification does
      not state which version defines which constant (see KhronosGroup#731)
    
    Signed-off-by: Kevin Petit <kevin.petit@arm.com>
    Change-Id: I8eb34ab1eccf727700662ff5f61823d0e8c48ea1
    kpet committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    63371d5 View commit details
    Browse the repository at this point in the history