Skip to content

Commit 64d6b23

Browse files
authored
clarify table structure for backwards compatible appendix (#574)
1 parent 7acb021 commit 64d6b23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

api/appendix_h.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
OpenCL 3.0 breaks backwards compatibility with earlier versions of OpenCL by making some features that were previously required for FULL_PROFILE or EMBEDDED_PROFILE devices optional.
1010
This appendix describes the features that were previously required that are now optional, how to detect whether an optional feature is supported, and expected behavior when an optional feature is not supported.
1111

12+
NOTE: Informally, in the tables below the first row usually describes a feature detection mechanism ("May return this value indicating that the feature is not supported") and subsequent rows usually describe behavior when a feature is not supported ("Returns this value if the feature is not supported").
13+
1214
== Shared Virtual Memory
1315

1416
Shared Virtual Memory (SVM) is optional for devices supporting OpenCL 3.0.

0 commit comments

Comments
 (0)