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