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 575d6ac commit e1f2457Copy full SHA for e1f2457
src/comm/SYCLHelpers.h
@@ -3,6 +3,12 @@
3
#include <comm/Scalar.h>
4
#include <sycl/sycl.hpp>
5
6
+#if !defined(SYCL_EXT_ONEAPI_ENQUEUE_FUNCTIONS) || \
7
+ (SYCL_EXT_ONEAPI_ENQUEUE_FUNCTIONS != 1)
8
+#error This change enables event-less APIs, \
9
+ please ensure SYCL_EXT_ONEAPI_ENQUEUE_FUNCTIONS=1.
10
+#endif
11
+
12
// sycl access address space
13
static constexpr auto sycl_priv_space =
14
sycl::access::address_space::private_space;
0 commit comments