alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
include
alpaka
version.hpp
Go to the documentation of this file.
1
/* Copyright 2025 Benjamin Worpitz, Erik Zenker, Jan Stephan, René Widera
2
* SPDX-License-Identifier: MPL-2.0
3
*/
4
5
#pragma once
6
7
#include "
core/PP.hpp
"
8
9
#define ALPAKA_VERSION_MAJOR 3
10
#define ALPAKA_VERSION_MINOR 0
11
#define ALPAKA_VERSION_PATCH 0
12
13
//! The alpaka library version number
14
#define ALPAKA_VERSION ALPAKA_VERSION_NUMBER(ALPAKA_VERSION_MAJOR, ALPAKA_VERSION_MINOR, ALPAKA_VERSION_PATCH)
PP.hpp
Generated on
for alpaka by
1.16.1