mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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:
committed by
Compute-Runtime-Automation
parent
3ead7f6ac9
commit
4647564cc9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user