We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc058a9 commit 16fd8f0Copy full SHA for 16fd8f0
sycl/doc/extensions/Assert/SYCL_ONEAPI_ASSERT.asciidoc
@@ -117,6 +117,22 @@ extension’s APIs the implementation supports.
117
|1 |Initial extension version. Base features are supported.
118
|===
119
120
+== Extension to `enum class aspect`
121
+
122
+[source]
123
+----
124
+namespace sycl {
125
+enum class aspect {
126
+ ext_oneapi_native_assert
127
+}
128
129
130
131
+If device has the `ext_oneapi_native_assert` aspect, then its Device-Side
132
+Runtime is capable of native support of `assert`. That is, safe implementation
133
+is used. If device doesn't have the aspect, then fallback implementation is
134
+used.
135
136
== Version
137
138
Built On: {docdate} +
0 commit comments