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 863d4b5 commit b727bb1Copy full SHA for b727bb1
sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp
@@ -18,7 +18,7 @@
18
#ifdef _GNU_SOURCE
19
#include <dlfcn.h>
20
static char X; // Dummy symbol, used as an anchor for `dlinfo` below.
21
-#endif // _GNU_SOURCE
+#endif
22
23
static constexpr auto InvalidDPCPPRoot = "<invalid>";
24
static constexpr auto JITLibraryPathSuffix = "/lib/libsycl-jit.so";
0 commit comments