rocprofiler-sdk/ext_version.h File Reference#
|
ROCprofiler-SDK developer API 1.0.0
ROCm Profiling API and tools
|
ext_version.h File Reference
Defines versions for external dependencies. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | ROCPROFILER_HSA_RUNTIME_VERSION_MAJOR |
| #define | ROCPROFILER_HSA_RUNTIME_VERSION_MINOR |
| #define | ROCPROFILER_HSA_RUNTIME_VERSION |
Detailed Description
Defines versions for external dependencies.
Definition in file ext_version.h.
Macro Definition Documentation
◆ ROCPROFILER_HSA_RUNTIME_VERSION
| #define ROCPROFILER_HSA_RUNTIME_VERSION |
Value:
((10000 * ROCPROFILER_HSA_RUNTIME_VERSION_MAJOR) + \
(100 * ROCPROFILER_HSA_RUNTIME_VERSION_MINOR))
Definition at line 53 of file ext_version.h.
◆ ROCPROFILER_HSA_RUNTIME_VERSION_MAJOR
| #define ROCPROFILER_HSA_RUNTIME_VERSION_MAJOR |
Definition at line 32 of file ext_version.h.
◆ ROCPROFILER_HSA_RUNTIME_VERSION_MINOR
| #define ROCPROFILER_HSA_RUNTIME_VERSION_MINOR |
Definition at line 33 of file ext_version.h.
Generated by