-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathgpa_version.h.in
More file actions
29 lines (21 loc) · 1.39 KB
/
gpa_version.h.in
File metadata and controls
29 lines (21 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//==============================================================================
// Copyright (c) 2016-@GPA_CURRENT_YEAR@ Advanced Micro Devices, Inc. All rights reserved.
/// @author AMD Developer Tools Team
/// @file
/// @brief Macros used for defining GPUPerfAPI version.
//==============================================================================
// Note: This file is auto-generated from the CMake build
// clang-format off
#ifndef GPU_PERF_API_COMMMON_GPA_VERSION_H_
#define GPU_PERF_API_COMMMON_GPA_VERSION_H_
#define GPA_MAJOR_VERSION @GPA_MAJOR_VERSION@ ///< Macro for GPA major version.
#define GPA_MINOR_VERSION @GPA_MINOR_VERSION@ ///< Macro for GPA minor version.
#define GPA_UPDATE_VERSION @GPA_UPDATE_VERSION@ ///< Macro for GPA update version.
#define GPA_BUILD_NUMBER @GPA_BUILD_NUMBER@ /// Macro for GPA build number
#define GPA_MAJOR_VERSION_STR "@GPA_MAJOR_VERSION@" ///< Macro for major version string.
#define GPA_MINOR_VERSION_STR "@GPA_MINOR_VERSION@" ///< Macro for minor version string.
#define GPA_BUILD_NUMBER_STR "@GPA_BUILD_NUMBER@" ///< Macro for build number string.
#define GPA_UPDATE_VERSION_STR "@GPA_UPDATE_VERSION@" ///< Macro for update version string.
#define GPA_COPYRIGHT_STR "Copyright (c) 2010-@GPA_CURRENT_YEAR@ Advanced Micro Devices, Inc. All rights reserved." ///< Macro for copyright string.
// clang-format on
#endif // GPU_PERF_API_COMMMON_GPA_VERSION_H_