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 3f6f26b commit f3ebdc0Copy full SHA for f3ebdc0
sycl/include/sycl/ext/intel/esimd/simd.hpp
@@ -22,7 +22,7 @@
22
#include <sycl/ext/oneapi/experimental/invoke_simd.hpp>
23
24
#ifndef __SYCL_DEVICE_ONLY__
25
-#include <iostream>
+#include <sycl/detail/iostream_proxy.hpp>
26
#endif // __SYCL_DEVICE_ONLY__
27
28
__SYCL_INLINE_NAMESPACE(cl) {
sycl/source/detail/pi.cpp
@@ -26,11 +26,11 @@
#include <bitset>
#include <cstdarg>
#include <cstring>
29
+#include <iostream>
30
#include <map>
31
#include <sstream>
32
#include <stddef.h>
33
#include <string>
-#include <sycl/detail/iostream_proxy.hpp>
34
35
#ifdef XPTI_ENABLE_INSTRUMENTATION
36
// Include the headers necessary for emitting
0 commit comments