alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
concepts.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
8
9#include <concepts>
10
11namespace alpaka
12{
13 namespace concepts
14 {
15 template<typename T>
17
18 template<typename T>
20 } // namespace concepts
21} // namespace alpaka
main alpaka namespace.
Definition alpaka.hpp:76