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 d98b61a commit d7f1b53Copy full SHA for d7f1b53
sycl/include/CL/sycl/INTEL/esimd/detail/esimd_intrin.hpp
@@ -14,6 +14,9 @@
14
#include <CL/sycl/INTEL/esimd/detail/esimd_types.hpp>
15
#include <CL/sycl/INTEL/esimd/detail/esimd_util.hpp>
16
#include <CL/sycl/INTEL/esimd/esimd_enum.hpp>
17
+#include <CL/sycl/detail/accessor_impl.hpp>
18
+
19
+#include <assert.h>
20
#include <cstdint>
21
22
// \brief __esimd_rdregion: region access intrinsic.
sycl/include/CL/sycl/INTEL/esimd/detail/esimd_memory_intrin.hpp
@@ -14,6 +14,7 @@
+#include <CL/sycl/types.hpp>
// flat_read does flat-address gather
0 commit comments