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

Capture OpenCL version required by individual extensions #1167

Open
kpet opened this issue May 14, 2024 · 2 comments
Open

Capture OpenCL version required by individual extensions #1167

kpet opened this issue May 14, 2024 · 2 comments

Comments

@kpet
Copy link
Contributor

kpet commented May 14, 2024

Prior to the unification of the OpenCL specifications, the specification for many extensions stated the version of OpenCL required by the extension. The new extension appendix no longer seems to have the information. We should capture dependency information in the XML (OpenCL version and other extensions) and add that to the generated information in the extension appendix. Relates to #1165

@kpet
Copy link
Contributor Author

kpet commented May 14, 2024

Observed in the 2024/05/14 teleconference: we do have some of the information in the XML already and we are using it in header generation:

        <extension name="cl_khr_command_buffer" revision="0.9.4" supported="opencl" depends="CL_VERSION_1_2" ratified="opencl" provisional="true">

@bashbaug
Copy link
Contributor

bashbaug commented Jun 4, 2024

Somewhat related to #993.

Possible resolution, as discussed in the June 4th teleconference:

  • Add the required OpenCL version in the XML file, as a required field.
  • Include this information in the generated asciidoc snippets for each extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants