mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:20:26 +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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user