alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1/* Copyright 2022 Benjamin Worpitz, Erik Zenker, Jan Stephan
2 * SPDX-License-Identifier: MPL-2.0
3 */
4
5#pragma once
6
7#include <boost/predef/version_number.h>
8
9#define ALPAKA_VERSION_MAJOR 2
10#define ALPAKA_VERSION_MINOR 0
11#define ALPAKA_VERSION_PATCH 0
12
13//! The alpaka library version number
14#define ALPAKA_VERSION BOOST_VERSION_NUMBER(ALPAKA_VERSION_MAJOR, ALPAKA_VERSION_MINOR, ALPAKA_VERSION_PATCH)