alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
tag.hpp
Go to the documentation of this file.
1/* Copyright 2025 Simeon Ehrig
2 * SPDX-License-Identifier: MPL-2.0
3 */
4
5#pragma once
6
7namespace alpaka
8{
9 namespace onAcc::internal
10 {
11 struct SyclAtomic
12 {
13 };
14
15 constexpr auto syclAtomic = SyclAtomic{};
16 } // namespace onAcc::internal
17
18 namespace math::internal
19 {
20 struct SyclMath
21 {
22 };
23
24 constexpr auto syclMath = SyclMath{};
25 } // namespace math::internal
26
27 namespace internal
28 {
29 struct SyclIntrinsic
30 {
31 };
32
33 constexpr auto syclIntrinsic = SyclIntrinsic{};
34 } // namespace internal
35} // namespace alpaka
main alpaka namespace.
Definition alpaka.hpp:76