DPC++ Runtime
Runtime libraries for oneAPI DPC++
pi_level_zero.hpp
Go to the documentation of this file.
1
//===--------- pi_level_zero.hpp - Level Zero Plugin ----------------------===//
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
11
17
18
#ifndef PI_LEVEL_ZERO_HPP
19
#define PI_LEVEL_ZERO_HPP
20
21
// This version should be incremented for any change made to this file or its
22
// corresponding .cpp file.
23
#define _PI_LEVEL_ZERO_PLUGIN_VERSION 1
24
25
#define _PI_LEVEL_ZERO_PLUGIN_VERSION_STRING \
26
_PI_PLUGIN_VERSION_STRING(_PI_LEVEL_ZERO_PLUGIN_VERSION)
27
28
// Share code between this PI L0 Plugin and UR L0 Adapter
29
#include <
pi2ur.hpp
>
30
#include <
ur/adapters/level_zero/ur_level_zero.hpp
>
31
32
#endif // PI_LEVEL_ZERO_HPP
pi2ur.hpp
ur_level_zero.hpp
plugins
level_zero
pi_level_zero.hpp
Generated by
1.8.17