refactor: add ImplicitScaling stubs

Related-To: NEO-8210

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-12-22 15:59:55 +00:00
committed by Compute-Runtime-Automation
parent 611b847d19
commit 364f2e973e
7 changed files with 139 additions and 0 deletions

View File

@@ -66,3 +66,5 @@ template struct EncodeL3State<Family>;
template void EncodeDispatchKernel<Family>::programBarrierEnable<Family::INTERFACE_DESCRIPTOR_DATA>(Family::INTERFACE_DESCRIPTOR_DATA &interfaceDescriptor, uint32_t value, const HardwareInfo &hwInfo);
template void InOrderPatchCommandHelpers::PatchCmd<Family>::patchComputeWalker(uint64_t appendCounterValue);
} // namespace NEO
#include "shared/source/command_container/implicit_scaling_before_xe_hp.inl"