mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Added support for Frequency APIs
- Added support for the Frequency APIs in the new sysman design. - Added ULTs for the Frequency APIs in the new sysman design. Related-To: LOCI-4096 Signed-off-by: Bari, Pratik <pratik.bari@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9a056318a4
commit
593bd13d4d
@@ -23,3 +23,6 @@ struct _zes_pwr_handle_t {
|
||||
struct _zes_engine_handle_t {
|
||||
virtual ~_zes_engine_handle_t() = default;
|
||||
};
|
||||
struct _zes_freq_handle_t {
|
||||
virtual ~_zes_freq_handle_t() = default;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user