mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
metrics-discovery revision update
Signed-off-by: ocldev <ocldev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7e0401d280
commit
bc9bf41e6e
@@ -60,7 +60,7 @@ components:
|
||||
dest_dir: metrics/discovery
|
||||
type: git
|
||||
branch: metrics-discovery
|
||||
revision: metrics-discovery-1.12.155
|
||||
revision: metrics-discovery-1.12.160
|
||||
repository: https://github.com/intel/metrics-discovery.git
|
||||
metrics-library:
|
||||
dest_dir: metrics/library
|
||||
|
||||
@@ -37,7 +37,7 @@ SPDX-License-Identifier: MIT
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
// API build number:
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
#define MD_API_BUILD_NUMBER_CURRENT 155
|
||||
#define MD_API_BUILD_NUMBER_CURRENT 160
|
||||
|
||||
namespace MetricsDiscovery
|
||||
{
|
||||
@@ -299,6 +299,7 @@ namespace MetricsDiscovery
|
||||
SAMPLING_TYPE_OA_EVENT = 0x00000002,
|
||||
SAMPLING_TYPE_GPU_QUERY = 0x00000004,
|
||||
SAMPLING_TYPE_DMA_BUFFER = 0x00000008, // Possible future extension for media
|
||||
SAMPLING_TYPE_OAM_TIMER = 0x00000010,
|
||||
SAMPLING_TYPE_ALL = 0x0000ffff,
|
||||
} TSamplingType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user