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

Generate OpenCL C feature dictionary #1212

Merged
merged 3 commits into from
Aug 13, 2024

Commits on Jul 17, 2024

  1. Generate OpenCL C feature dictionary

    Features are stored in a text file for now. Ultimately, we probably
    want to use the XML registry for this.
    
    Generation script taken from KhronosGroup#1174 with a few modifications.
    
    Contributes to KhronosGroup#1166.
    
    Signed-off-by: Ben Ashbaugh <[email protected]>
    Signed-off-by: Kevin Petit <[email protected]>
    Change-Id: Ie2c14148d75457030aa1a97cf601daba2c007397
    kpet committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8275f3d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Update scripts/gen_c_feature_dictionary.py

    Co-authored-by: Ben Ashbaugh <[email protected]>
    kpet and bashbaug authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    75c8ba4 View commit details
    Browse the repository at this point in the history
  2. define __opencl_c_<feature_name> outside of the list of features

    Signed-off-by: Kevin Petit <[email protected]>
    Change-Id: I8e0947c30775338dd70803d09c7059d340e86f5a
    kpet committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    40ad531 View commit details
    Browse the repository at this point in the history