We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c75282 commit bcfcc9eCopy full SHA for bcfcc9e
1 file changed
include/experimental/__p0009_bits/macros.hpp
@@ -21,6 +21,9 @@
21
#include <cstdio>
22
#include <cstdlib>
23
#include <type_traits> // std::is_void
24
+#if defined(MDSPAN_IMPL_HAS_SYCL)
25
+#include <sycl/sycl.hpp> // sycl::ext::oneapi::experimental::printf
26
+#endif
27
#if defined(MDSPAN_IMPL_HAS_CUDA) || defined(MDSPAN_IMPL_HAS_HIP) || defined(MDSPAN_IMPL_HAS_SYCL)
28
#include "assert.h"
29
#endif
0 commit comments