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 3d8dbd0 commit e247bf6Copy full SHA for e247bf6
sycl/include/CL/sycl/detail/generic_type_lists.hpp
@@ -6,6 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#pragma once
10
+
11
#include <CL/sycl/access/access.hpp>
12
#include <CL/sycl/detail/stl_type_traits.hpp>
13
#include <CL/sycl/detail/type_list.hpp>
sycl/include/CL/sycl/detail/image_accessor_util.hpp
@@ -8,6 +8,9 @@
// This file includes some utilities that are used by image accessors on host
// device
14
#ifndef __SYCL_DEVICE_ONLY__
15
#include <CL/sycl/builtins.hpp>
16
#include <CL/sycl/detail/generic_type_traits.hpp>
0 commit comments