mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +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
f760731173
commit
2394f9fd91
@@ -8,12 +8,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "level_zero/core/source/helpers/api_handle_helper.h"
|
||||
#include <level_zero/ze_api.h>
|
||||
|
||||
struct _ze_image_handle_t {
|
||||
const uint64_t objMagic = objMagicValue;
|
||||
static const zel_handle_type_t handleType = ZEL_HANDLE_IMAGE;
|
||||
};
|
||||
struct _ze_image_handle_t : BaseHandleWithLoaderTranslation<ZEL_HANDLE_IMAGE> {};
|
||||
static_assert(IsCompliantWithDdiHandlesExt<_ze_image_handle_t>);
|
||||
|
||||
namespace NEO {
|
||||
struct ImageInfo;
|
||||
|
||||
Reference in New Issue
Block a user