mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +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
@@ -10,12 +10,13 @@
|
||||
#include "shared/source/command_stream/task_count_helper.h"
|
||||
#include "shared/source/helpers/constants.h"
|
||||
|
||||
#include <level_zero/ze_api.h>
|
||||
#include "level_zero/core/source/helpers/api_handle_helper.h"
|
||||
|
||||
#include <chrono>
|
||||
#include <limits>
|
||||
|
||||
struct _ze_fence_handle_t {};
|
||||
struct _ze_fence_handle_t : BaseHandle {};
|
||||
static_assert(IsCompliantWithDdiHandlesExt<_ze_fence_handle_t>);
|
||||
|
||||
namespace L0 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user