build: metrics-library revision update

Signed-off-by: ocldev <ocldev@intel.com>
This commit is contained in:
ocldev
2024-08-10 04:35:00 +02:00
committed by Compute-Runtime-Automation
parent 290a9bd3ad
commit de08de8861
3 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,2 @@
git_revision: metrics-library-1.0.166
git_revision: metrics-library-1.0.173
git_url: https://github.com/intel/metrics-library

View File

@ -72,6 +72,7 @@ enum class ClientGen : uint32_t
XeHP = 9,
XeHPG = 10,
XeHPC = 11,
Xe2HPG = 12,
// ...
Last
};
@ -737,6 +738,6 @@ using ContextDeleteFunction_1_0 = StatusCode ( ML_STDCALL* ) ( const ContextHand
//////////////////////////////////////////////////////////////////////////
#define METRICS_LIBRARY_MAJOR_NUMBER 1
#define METRICS_LIBRARY_MINOR_NUMBER 0
#define METRICS_LIBRARY_BUILD_NUMBER 166
#define METRICS_LIBRARY_BUILD_NUMBER 173
} // namespace MetricsLibraryApi