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 7f210e2 commit b95ecfdCopy full SHA for b95ecfd
sycl/include/sycl/detail/sycl_local_mem_builtins.hpp
@@ -10,7 +10,8 @@
10
11
#include <sycl/detail/defines_elementary.hpp> // for __DPCPP_SYCL_EXTERNAL
12
13
-#include <cstddef> // for size_t, uint8_t
+#include <cstddef> // for size_t
14
+#include <cstdint> // for uint8_t
15
16
#ifdef __SYCL_DEVICE_ONLY__
17
// Request a fixed-size allocation in local address space at kernel scope.
0 commit comments