mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
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:
committed by
Compute-Runtime-Automation
parent
7f81d0e3e8
commit
9785e5c11e
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user