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 efbac5b commit 8efc70eCopy full SHA for 8efc70e
sycl/doc/PreprocessorMacros.md
@@ -34,6 +34,11 @@ This file describes macros that have effect on SYCL compiler and run-time.
34
Disables warning diagnostic issued when calling `device::has(aspect::image)`
35
and `platform::has(aspect::image)`.
36
37
+- **SYCL_DISABLE_FSYCL_SYCLHPP_WARNING**
38
+
39
+ Disable warning diagnostic issued when including `<sycl/sycl.hpp>` without
40
+ `-fsycl` compiler flag.
41
42
- **SYCL_FALLBACK_ASSERT**
43
44
Defining as non-zero enables the fallback assert feature even on devices
0 commit comments