mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
26ab3d89f0
commit
276c606329
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user