mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
refactor: change DefaultComputeWalker
Related-To: NEO-14537 Signed-off-by: Grochowski, Stanislaw <stanislaw.grochowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b0db130df8
commit
2d9108f8b6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user