DPC++ Runtime
Runtime libraries for oneAPI DPC++
level_zero.hpp
Go to the documentation of this file.
1
//==--------- level_zero.hpp - SYCL Level-Zero backend ---------------------==//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#pragma once
10
11
#include <
sycl/detail/defines_elementary.hpp
>
12
13
#if !defined(_MSC_VER) || defined(__clang__)
14
// MSVC doesn't support #warning and we cannot use other methods to report a
15
// warning from inside a system header (which SYCL is considered to be).
16
#warning sycl/backend/level_zero.hpp usage is deprecated, include \
17
sycl/ext/oneapi/backend/level_zero.hpp instead
18
#endif
19
20
#include <
sycl/ext/oneapi/backend/level_zero.hpp
>
defines_elementary.hpp
level_zero.hpp
include
sycl
backend
level_zero.hpp
Generated by
1.8.17