mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
performance: improve relaxed ordering task count tracking
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f357ada604
commit
e8cfb38db4
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022-2023 Intel Corporation
|
||||
* Copyright (C) 2022-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -27,7 +27,8 @@ struct BatchBufferHelper {
|
||||
0, // numCsrClients
|
||||
false, // hasStallingCmds
|
||||
false, // hasRelaxedOrderingDependencies
|
||||
false // dispatchMonitorFence
|
||||
false, // dispatchMonitorFence
|
||||
false // taskCountUpdateOnly
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user