File: zes_handles_struct.h

package info (click to toggle)
intel-compute-runtime 25.48.36300.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 80,652 kB
  • sloc: cpp: 939,022; lisp: 2,090; sh: 722; makefile: 162; python: 21
file content (51 lines) | stat: -rw-r--r-- 1,713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*
 * Copyright (C) 2023-2025 Intel Corporation
 *
 * SPDX-License-Identifier: MIT
 *
 */

#pragma once
#include "level_zero/core/source/helpers/api_handle_helper.h"

struct _zes_fabric_port_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_fabric_port_handle_t>);

struct _zes_mem_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_mem_handle_t>);

struct _zes_pwr_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_pwr_handle_t>);

struct _zes_engine_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_engine_handle_t>);

struct _zes_freq_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_freq_handle_t>);

struct _zes_sched_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_sched_handle_t>);

struct _zes_firmware_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_firmware_handle_t>);

struct _zes_diag_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_diag_handle_t>);

struct _zes_ras_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_ras_handle_t>);

struct _zes_standby_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_standby_handle_t>);

struct _zes_temp_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_temp_handle_t>);

struct _zes_perf_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_perf_handle_t>);

struct _zes_fan_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_fan_handle_t>);

struct _zes_vf_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zes_vf_handle_t>);