[Sysman]: Add support for Fabric APIs

Add support for Fabric APIs in new sysman design.
This design is independent of level zero core.

Related-To: LOCI-4091
Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
Jitendra Sharma
2023-03-06 15:46:51 +00:00
committed by Compute-Runtime-Automation
parent 2e0c68af43
commit 266a495837
49 changed files with 7385 additions and 14 deletions

View File

@@ -8,15 +8,12 @@
#pragma once
#include "shared/source/helpers/non_copyable_or_moveable.h"
#include "level_zero/api/sysman/zes_handles_struct.h"
#include <level_zero/zes_api.h>
#include <mutex>
#include <vector>
struct _zes_fabric_port_handle_t {
virtual ~_zes_fabric_port_handle_t() = default;
};
namespace L0 {
struct OsSysman;