Skip to content

Commit 8efc70e

Browse files
committed
DOcument the new macro
1 parent efbac5b commit 8efc70e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sycl/doc/PreprocessorMacros.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ This file describes macros that have effect on SYCL compiler and run-time.
3434
Disables warning diagnostic issued when calling `device::has(aspect::image)`
3535
and `platform::has(aspect::image)`.
3636

37+
- **SYCL_DISABLE_FSYCL_SYCLHPP_WARNING**
38+
39+
Disable warning diagnostic issued when including `<sycl/sycl.hpp>` without
40+
`-fsycl` compiler flag.
41+
3742
- **SYCL_FALLBACK_ASSERT**
3843

3944
Defining as non-zero enables the fallback assert feature even on devices

0 commit comments

Comments
 (0)