mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
refactor: unify programming of preferred slm size 1/n
- rename function to reflect actual task function does Related-To: NEO-12639 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e5658e5327
commit
49371cb13e
@@ -397,9 +397,9 @@ void EncodeDispatchKernel<Family>::encode(CommandContainer &container, EncodeDis
|
||||
idd.getThreadGroupDispatchSize());
|
||||
}
|
||||
|
||||
EncodeDispatchKernel<Family>::appendAdditionalIDDFields(&idd, rootDeviceEnvironment, threadsPerThreadGroup,
|
||||
args.dispatchInterface->getSlmTotalSize(),
|
||||
args.dispatchInterface->getSlmPolicy());
|
||||
EncodeDispatchKernel<Family>::setupPreferredSlmSize(&idd, rootDeviceEnvironment, threadsPerThreadGroup,
|
||||
args.dispatchInterface->getSlmTotalSize(),
|
||||
args.dispatchInterface->getSlmPolicy());
|
||||
|
||||
EncodeWalkerArgs walkerArgs{
|
||||
args.isCooperative ? KernelExecutionType::concurrent : KernelExecutionType::defaultType,
|
||||
|
||||
Reference in New Issue
Block a user