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 86e845f commit 338828bCopy full SHA for 338828b
dpctl/apis/include/dpctl_capi.h
@@ -28,6 +28,7 @@
28
// Ordering of includes is important here. dpctl_sycl_types defines types
29
// used by dpctl's Python C-API headers.
30
#include "syclinterface/dpctl_sycl_types.h"
31
+#define CYTHON_EXTERN_C extern "C"
32
#include "../_sycl_device.h"
33
#include "../_sycl_device_api.h"
34
#include "../_sycl_context.h"
0 commit comments