Skip to content

Commit

Permalink
clarify when to use tagged or released OpenCL API headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Sep 19, 2023
1 parent 2e5b9f6 commit 17448ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ break backward compatibility:
* The OpenCL API headers for provisional features or provisional extensions may
be changed in a way that breaks compatibility.

Applications are encouraged to use tagged or released OpenCL API headers to
avoid rare compatibility issues, if desired. The OpenCL API headers are tagged
at least as often as each OpenCL specification release.
Applications or libraries that require stable OpenCL API headers are encouraged
to use tagged or released OpenCL API headers. We will do our best to document
any breaking changes in the description of each release. The OpenCL API headers
are tagged at least as often as each OpenCL specification release.

## Directory Structure

Expand Down

0 comments on commit 17448ec

Please sign in to comment.