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 7110541 commit e4fe7edCopy full SHA for e4fe7ed
dpctl-capi/source/dpctl_sycl_program_interface.cpp
@@ -24,6 +24,11 @@
24
///
25
//===----------------------------------------------------------------------===//
26
27
+#ifndef __SYCL_INTERNAL_API
28
+// make sure that sycl::program is defined and implemented
29
+#define __SYCL_INTERNAL_API
30
+#endif
31
+
32
#include "dpctl_sycl_program_interface.h"
33
#include "Config/dpctl_config.h"
34
#include "Support/CBindingWrapping.h"
0 commit comments