rocprofiler-sdk/rocdecode/details/rocdecode_version.h File Reference#
|
Rocprofiler SDK Developer API 0.6.0
ROCm Profiling API and tools
|
rocdecode_version.h File Reference
rocDecode version More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | ROCDECODE_MAJOR_VERSION 0 |
| #define | ROCDECODE_MINOR_VERSION 10 |
| #define | ROCDECODE_MICRO_VERSION 0 |
| #define | ROCDECODE_CHECK_VERSION(major, minor, micro) |
Detailed Description
rocDecode version
Definition in file rocdecode_version.h.
Macro Definition Documentation
◆ ROCDECODE_CHECK_VERSION
| #define ROCDECODE_CHECK_VERSION | ( | major, | |
| minor, | |||
| micro | |||
| ) |
Value:
(ROCDECODE_MAJOR_VERSION > (major) || \
(ROCDECODE_MAJOR_VERSION == (major) && ROCDECODE_MINOR_VERSION > (minor)) || \
(ROCDECODE_MAJOR_VERSION == (major) && ROCDECODE_MINOR_VERSION == (minor) && \
ROCDECODE_MICRO_VERSION >= (micro)))
ROCDECODE_CHECK_VERSION: @major: major version, like 1 in 1.2.3 @minor: minor version, like 2 in 1.2.3 @micro: micro version, like 3 in 1.2.3
Evaluates to TRUE if the version of rocDecode is greater than @major, @minor and @micro
Definition at line 50 of file rocdecode_version.h.
◆ ROCDECODE_MAJOR_VERSION
| #define ROCDECODE_MAJOR_VERSION 0 |
Definition at line 37 of file rocdecode_version.h.
◆ ROCDECODE_MICRO_VERSION
| #define ROCDECODE_MICRO_VERSION 0 |
Definition at line 39 of file rocdecode_version.h.
◆ ROCDECODE_MINOR_VERSION
| #define ROCDECODE_MINOR_VERSION 10 |
Definition at line 38 of file rocdecode_version.h.
Generated by