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