DPC++ Runtime
Runtime libraries for oneAPI DPC++
esimd_emulator_device_interface.cpp
Go to the documentation of this file.
1 //==--------------- esimd_emulator_device_interface.cpp --------------------==//
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 
17 
18 #include <sycl/detail/common.hpp>
19 
20 namespace sycl {
21 inline namespace _V1 {
22 namespace detail {
23 
25  uintptr_t version;
26  void *reserved;
28 };
29 
30 // TODO: this function is kept only for libsycl binary backward compatibility.
31 // Remove it when ABI breaking changes are allowed.
33  return nullptr;
34 }
35 
36 } // namespace detail
37 } // namespace _V1
38 } // namespace sycl
ESIMDDeviceInterface * getESIMDDeviceInterface()
Definition: access.hpp:18