performance: improve relaxed ordering task count tracking

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-12-18 10:10:45 +00:00
committed by Compute-Runtime-Automation
parent f357ada604
commit e8cfb38db4
8 changed files with 46 additions and 16 deletions

View File

@@ -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
);
}