feature(sysman): Added support for Temperature APIs

Added support for the Temperature APIs in the new sysman design.
Added ULTs for the Temperature APIs in the new sysman design.

Related-To: LOCI-4293

Signed-off-by: Bari, Pratik <pratik.bari@intel.com>
This commit is contained in:
Bari, Pratik
2023-04-14 15:41:53 +00:00
committed by Compute-Runtime-Automation
parent 3ead7f6ac9
commit 4647564cc9
23 changed files with 1254 additions and 9 deletions

View File

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