DPC++ Runtime
Runtime libraries for oneAPI DPC++
handler_proxy.cpp
Go to the documentation of this file.
1
//==--------- handler_proxy.cpp - Proxy methods to call in handler ---------==//
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
#include <
sycl/detail/handler_proxy.hpp
>
10
11
#include <
sycl/handler.hpp
>
12
13
namespace
sycl
{
14
__SYCL_INLINE_VER_NAMESPACE
(_V1) {
15
namespace
detail {
16
17
void
associateWithHandler
(
handler
&CGH,
AccessorBaseHost
*Acc,
18
access::target
Target) {
19
CGH.associateWithHandler(Acc, Target);
20
}
21
22
}
// namespace detail
23
}
// __SYCL_INLINE_VER_NAMESPACE(_V1)
24
}
// namespace sycl
sycl::_V1::detail::associateWithHandler
void associateWithHandler(handler &, AccessorBaseHost *, access::target)
Definition:
handler_proxy.cpp:17
__SYCL_INLINE_VER_NAMESPACE
#define __SYCL_INLINE_VER_NAMESPACE(X)
Definition:
defines_elementary.hpp:11
handler_proxy.hpp
sycl
---— Error handling, matching OpenCL plugin semantics.
Definition:
access.hpp:14
sycl::_V1::handler
Command group handler class.
Definition:
handler.hpp:315
sycl::_V1::access::target
target
Definition:
access.hpp:18
handler.hpp
sycl::_V1::detail::AccessorBaseHost
Definition:
accessor.hpp:466
source
detail
handler_proxy.cpp
Generated by
1.8.17