Altered unit tests to suit new MiFlushDwWA() workaround.

Related-To: NEO-4426
Change-Id: Ib13719a711adda6fb3da3c2893898f0f31418508
This commit is contained in:
Sebastian Luzynski
2020-03-12 10:49:20 +01:00
committed by sys_ocldev
parent c1aabdf51c
commit 6eae7fc3c7
8 changed files with 85 additions and 17 deletions

View File

@@ -269,4 +269,7 @@ size_t EncodeDispatchKernel<Family>::estimateEncodeDispatchKernelCmdsSize(Device
template <typename GfxFamily>
void EncodeMiFlushDW<GfxFamily>::appendMiFlushDw(MI_FLUSH_DW *miFlushDwCmd) {}
template <typename GfxFamily>
void EncodeMiFlushDW<GfxFamily>::programMiFlushDwWA(LinearStream &commandStream) {}
} // namespace NEO