alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
intrinsic.hpp
Go to the documentation of this file.
1/* Copyright 2025 Luca Venerando Greco, 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::Host const) const
17 {
18 return alpaka::internal::stlIntrinsic;
19 }
20 };
21} // namespace alpaka::trait
main alpaka namespace.
Definition alpaka.hpp:76