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 995e4d8 commit b57ac48Copy full SHA for b57ac48
sycl/doc/Assert.md
@@ -350,14 +350,12 @@ states of definedness of `NDEBUG` macro available:
350
| 4 | undefined | undefined |
351
352
States of definedness of `NDEBUG` macro defines the set of assertions which can
353
-fail. Having assertions enabled in at least one translation unit with device
354
-code requires for `isAssertEnabled` property set being present in device image
355
-descriptor structure.
+fail.
356
357
### Raising assert failure flag and reading it on host
358
359
Each and every translation unit provided by user should have declaration of
360
-assert flag read function:
+assert flag read function available:
361
```c++
362
int __devicelib_assert_read(void);
363
```
0 commit comments