DPC++ Runtime
Runtime libraries for oneAPI DPC++
syclcompat.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  *
3  * Copyright (C) Codeplay Software Ltd.
4  *
5  * Part of the LLVM Project, under the Apache License v2.0 with LLVM
6  * Exceptions. See https://llvm.org/LICENSE.txt for license information.
7  * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  *
15  * SYCLcompat
16  *
17  * syclcompat.hpp
18  *
19  * Description:
20  * Main include internal header for SYCLcompat
21  **************************************************************************/
22 
23 #pragma once
24 
25 #include <syclcompat/atomic.hpp>
26 #include <syclcompat/defs.hpp>
27 #include <syclcompat/device.hpp>
28 #include <syclcompat/dims.hpp>
29 #include <syclcompat/id_query.hpp>
30 #include <syclcompat/kernel.hpp>
31 #include <syclcompat/launch.hpp>
33 #include <syclcompat/math.hpp>
34 #include <syclcompat/memory.hpp>
35 #include <syclcompat/util.hpp>