mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: change interfaces of walker region encoder
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
118cb62b7f
commit
446f9c1964
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2024 Intel Corporation
|
||||
* Copyright (C) 2021-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -207,7 +207,7 @@ inline void HardwareInterface<GfxFamily>::programWalker(
|
||||
timestampPacketNode->setPacketsUsed(implicitScalingArgs.partitionCount);
|
||||
}
|
||||
} else {
|
||||
EncodeDispatchKernel<GfxFamily>::setWalkerRegionSettings(walkerCmd, device, 1, workgroupSize, maxWgCountPerTile, requiredWalkOrder != 0);
|
||||
EncodeDispatchKernel<GfxFamily>::setWalkerRegionSettings(walkerCmd, device, 1, workgroupSize, threadGroupCount, maxWgCountPerTile, requiredWalkOrder != 0);
|
||||
auto computeWalkerOnStream = commandStream.getSpaceForCmd<WalkerType>();
|
||||
*computeWalkerOnStream = walkerCmd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user