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

@@ -18,8 +18,8 @@
#include <mutex>
#include <vector>
struct _ze_command_queue_handle_t : BaseHandle {};
static_assert(IsCompliantWithDdiHandlesExt<_ze_command_queue_handle_t>);
struct _ze_command_queue_handle_t {
};
namespace NEO {
class CommandStreamReceiver;