mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
committed by
Compute-Runtime-Automation
parent
7ee8328c1d
commit
7c209e1ff0
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2024 Intel Corporation
|
||||
* Copyright (C) 2020-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -401,7 +401,7 @@ struct Event : _ze_event_handle_t {
|
||||
bool isFromIpcPool = false;
|
||||
bool kmdWaitMode = false;
|
||||
bool interruptMode = false;
|
||||
bool isSharableCouterBased = false;
|
||||
bool isSharableCounterBased = false;
|
||||
bool mitigateHostVisibleSignal = false;
|
||||
uint64_t timestampRefreshIntervalInNanoSec = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user