mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: move metric driver experimental apis to shared location
modify driver experimental extensions according to guideline Related-To: NEO-12530 Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e4d2f16632
commit
6d86d562b5
@@ -11,6 +11,7 @@
|
||||
#include "level_zero/api/driver_experimental/public/zex_context.h"
|
||||
#include "level_zero/api/extensions/public/ze_exp_ext.h"
|
||||
#include "level_zero/include/ze_intel_gpu.h"
|
||||
#include "level_zero/include/zet_intel_gpu_metric.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
@@ -42,7 +43,7 @@ void *ExtensionFunctionAddressHelper::getExtensionFunctionAddress(const std::str
|
||||
|
||||
RETURN_FUNC_PTR_IF_EXIST(zeMemGetPitchFor2dImage);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zeImageGetDeviceOffsetExp);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zexDeviceGetConcurrentMetricGroups);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zetIntelDeviceGetConcurrentMetricGroupsExp);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zeIntelGetDriverVersionString);
|
||||
|
||||
RETURN_FUNC_PTR_IF_EXIST(zeIntelMediaCommunicationCreate);
|
||||
|
||||
Reference in New Issue
Block a user