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

This reverts commit 276c606329.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-02-26 02:04:47 +01:00
committed by Compute-Runtime-Automation
parent 7f81d0e3e8
commit 9785e5c11e
49 changed files with 125 additions and 150 deletions

View File

@@ -9,13 +9,12 @@
#include "shared/source/helpers/non_copyable_or_moveable.h"
#include "level_zero/core/source/helpers/api_handle_helper.h"
#include <level_zero/ze_api.h>
#include <memory>
#include <vector>
struct _ze_module_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_ze_module_handle_t>);
struct _ze_module_handle_t {};
namespace NEO {
struct KernelDescriptor;

View File

@@ -9,10 +9,9 @@
#include "shared/source/helpers/non_copyable_or_moveable.h"
#include "level_zero/core/source/helpers/api_handle_helper.h"
#include <level_zero/ze_api.h>
struct _ze_module_build_log_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_ze_module_build_log_handle_t>);
struct _ze_module_build_log_handle_t {};
namespace L0 {