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 e5b3c4b commit 0bf8359Copy full SHA for 0bf8359
sycl/include/sycl/ext/intel/experimental/pipes.hpp
@@ -66,8 +66,12 @@ class pipe_base {
66
// before that. Make sure we use "inline" everywhere except when compiling
67
// `pipes.cpp` so that we'd still provide this backward-compatibility ABI symbol
68
// via `pipes.cpp` TU.
69
+#ifdef __SYCL_PIPES_CPP
70
__SYCL_EXPORT
-#ifndef __SYCL_PIPES_CPP
71
+#ifdef WIN32
72
+inline
73
+#endif
74
+#else
75
inline
76
#endif
77
std::string
0 commit comments