mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Implement fence creation flag
Related-To: NEO-6242 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bb753784cc
commit
e4d8dfcdd9
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2021 Intel Corporation
|
||||
* Copyright (C) 2020-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -38,5 +38,5 @@ zeFenceQueryStatus(
|
||||
ZE_APIEXPORT ze_result_t ZE_APICALL
|
||||
zeFenceReset(
|
||||
ze_fence_handle_t hFence) {
|
||||
return L0::Fence::fromHandle(hFence)->reset();
|
||||
return L0::Fence::fromHandle(hFence)->reset(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user