mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
refactor: add thread group count parameter to implicit scaling functions
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b7d7424aab
commit
897c890d03
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user