refactor: add thread group count parameter to implicit scaling functions

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-01-17 15:03:50 +00:00
committed by Compute-Runtime-Automation
parent b7d7424aab
commit 897c890d03
10 changed files with 39 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2024 Intel Corporation
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -46,6 +46,7 @@ struct ImplicitScalingDispatchCommandArgs {
RequiredPartitionDim requiredPartitionDim = RequiredPartitionDim::none;
uint32_t partitionCount = 0;
uint32_t workgroupSize = 0;
uint32_t threadGroupCount = 0;
uint32_t maxWgCountPerTile = 0;
bool useSecondaryBatchBuffer = false;