alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
math.hpp
Go to the documentation of this file.
1/* Copyright 2025 René Widera
2 * SPDX-License-Identifier: MPL-2.0
3 */
4
5#pragma once
6
10
11namespace alpaka::trait
12{
13 template<>
15 {
16 constexpr decltype(auto) operator()(alpaka::api::Cuda const) const
17 {
19 }
20 };
21} // namespace alpaka::trait
constexpr auto cudaHipMath
Definition tag.hpp:24
main alpaka namespace.
Definition alpaka.hpp:76