DPC++ Runtime
Runtime libraries for oneAPI DPC++
device_global_map.hpp
Go to the documentation of this file.
1
//==-------------------- device_global_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
namespace
sycl
{
12
__SYCL_INLINE_VER_NAMESPACE
(_V1) {
13
namespace
detail {
14
namespace
device_global_map {
15
16
__SYCL_EXPORT
void
add(
const
void
*DeviceGlobalPtr,
const
char
*UniqueId);
17
18
}
// namespace device_global_map
19
}
// namespace detail
20
}
// __SYCL_INLINE_VER_NAMESPACE(_V1)
21
}
// namespace sycl
sycl::__SYCL_INLINE_VER_NAMESPACE
__SYCL_INLINE_VER_NAMESPACE(_V1)
Definition:
access.hpp:14
sycl
We provide new interfaces for matrix muliply in this patch:
Definition:
access.hpp:13
include
sycl
detail
device_global_map.hpp
Generated by
1.8.17