OpenCL-CTS icon indicating copy to clipboard operation
OpenCL-CTS copied to clipboard

Extension version checking

Open ahesham-arm opened this issue 5 months ago • 1 comments

This is a proposal to improve how we check for CL extensions.

The goal is to centralise how we check for extensions and the extension version. The change ensures that, unless otherwise explicitly stated by the test, the device is queried to check for the latest version (as specified in the CL headers) of an extension.

If we agree to this change I can then have follow-up work that uses the new macros everywhere, instead of manual checks.

The pull request is split into commits for easier reviewing, I suggest you review each commit on its own, instead of the pull request as a whole.

ahesham-arm avatar Aug 14 '25 12:08 ahesham-arm

Removing "focused review" for now while discussions are ongoing.

bashbaug avatar Aug 26 '25 16:08 bashbaug