feature: update base layout of L0 handles to match ze_handle_t layout

this layout is required by L0 DDI Handle extension

Related-To: NEO-13121, NEO-13917
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-02-19 17:56:25 +00:00
committed by Compute-Runtime-Automation
parent 26ab3d89f0
commit 276c606329
49 changed files with 180 additions and 155 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2024 Intel Corporation
* Copyright (C) 2020-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,9 +7,10 @@
#pragma once
#include <level_zero/zet_api.h>
#include "level_zero/core/source/helpers/api_handle_helper.h"
struct _zet_tracer_exp_handle_t {};
struct _zet_tracer_exp_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_zet_tracer_exp_handle_t>);
namespace L0 {