mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
metrics-library revision update
Signed-off-by: ocldev <ocldev@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
188d00d5d3
commit
8132503b87
@ -66,7 +66,7 @@ components:
|
|||||||
dest_dir: metrics/library
|
dest_dir: metrics/library
|
||||||
type: git
|
type: git
|
||||||
branch: metrics-library
|
branch: metrics-library
|
||||||
revision: 03976e9219d5eb4e768f698431c9e1a65c012aaa-1
|
revision: metrics-library-1.0.114
|
||||||
repository: https://github.com/intel/metrics-library.git
|
repository: https://github.com/intel/metrics-library.git
|
||||||
wdk:
|
wdk:
|
||||||
dest_dir: wdk
|
dest_dir: wdk
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*========================== begin_copyright_notice ============================
|
/*========================== begin_copyright_notice ============================
|
||||||
|
|
||||||
Copyright (C) 2020-2021 Intel Corporation
|
Copyright (C) 2020-2022 Intel Corporation
|
||||||
|
|
||||||
SPDX-License-Identifier: MIT
|
SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
@ -153,6 +153,8 @@ enum class StatusCode : uint32_t
|
|||||||
CannotOpenFile,
|
CannotOpenFile,
|
||||||
ReportContextSwitchLost,
|
ReportContextSwitchLost,
|
||||||
ReportWithoutWorkload,
|
ReportWithoutWorkload,
|
||||||
|
ContextMismatch,
|
||||||
|
ReportWithEmptyConfiguration,
|
||||||
// ...
|
// ...
|
||||||
Last
|
Last
|
||||||
};
|
};
|
||||||
@ -735,6 +737,6 @@ using ContextDeleteFunction_1_0 = StatusCode ( ML_STDCALL* ) ( const ContextHand
|
|||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
#define METRICS_LIBRARY_MAJOR_NUMBER 1
|
#define METRICS_LIBRARY_MAJOR_NUMBER 1
|
||||||
#define METRICS_LIBRARY_MINOR_NUMBER 0
|
#define METRICS_LIBRARY_MINOR_NUMBER 0
|
||||||
#define METRICS_LIBRARY_BUILD_NUMBER 66
|
#define METRICS_LIBRARY_BUILD_NUMBER 114
|
||||||
|
|
||||||
} // namespace MetricsLibraryApi
|
} // namespace MetricsLibraryApi
|
||||||
|
Reference in New Issue
Block a user