DPC++ Runtime
Runtime libraries for oneAPI DPC++
ur_bindings.hpp
Go to the documentation of this file.
1 //===------ ur_bindings.hpp - Complete definitions of UR handles -------==//
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 #include "pi_level_zero.hpp"
11 #include <ur_api.h>
Declarations for Level Zero Plugin.