DPC++ Runtime
Runtime libraries for oneAPI DPC++
host_pipe_map.hpp
Go to the documentation of this file.
1 //==-------------------- host_pipe_map.hpp -----------------------------==//
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/export.hpp>
12 
13 namespace sycl {
14 inline namespace _V1 {
15 namespace detail {
16 namespace host_pipe_map {
17 
18 __SYCL_EXPORT void add(const void *HostPipePtr, const char *UniqueId);
19 
20 } // namespace host_pipe_map
21 } // namespace detail
22 } // namespace _V1
23 } // namespace sycl
void add(const void *HostPipePtr, const char *UniqueId)
Definition: access.hpp:18