DPC++ Runtime
Runtime libraries for oneAPI DPC++
pi_unified_runtime.hpp
Go to the documentation of this file.
1 //===--- pi_unified_runtime.hpp - Unified Runtime PI 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 #pragma once
9 
10 // This version should be incremented for any change made to this file or its
11 // corresponding .cpp file.
12 #define _PI_UNIFIED_RUNTIME_PLUGIN_VERSION 1
13 
14 #define _PI_UNIFIED_RUNTIME_PLUGIN_VERSION_STRING \
15  _PI_PLUGIN_VERSION_STRING(_PI_UNIFIED_RUNTIME_PLUGIN_VERSION)