refactor: change DefaultComputeWalker

Related-To: NEO-14537

Signed-off-by: Grochowski, Stanislaw <stanislaw.grochowski@intel.com>
This commit is contained in:
Grochowski, Stanislaw
2025-05-29 12:46:10 +00:00
committed by Compute-Runtime-Automation
parent b0db130df8
commit 2d9108f8b6
13 changed files with 50 additions and 22 deletions

View File

@@ -808,6 +808,8 @@ template struct EncodeL3State<Family>;
template void InOrderPatchCommandHelpers::PatchCmd<Family>::patchComputeWalker(uint64_t appendCounterValue);
template void InOrderPatchCommandHelpers::PatchCmd<Family>::patchBlitterCommand(uint64_t appendCounterValue, InOrderPatchCommandHelpers::PatchCmdType patchCmdType);
template struct EncodeDispatchKernelWithHeap<Family>;
template void NEO::EncodeDispatchKernelWithHeap<Family>::adjustBindingTablePrefetch<Family::DefaultWalkerType::InterfaceDescriptorType>(Family::DefaultWalkerType::InterfaceDescriptorType &, unsigned int, unsigned int);
} // namespace NEO
#include "shared/source/command_container/implicit_scaling_before_xe_hp.inl"