refactor: add forceComputeWalkerPostSyncFlushWithWrite function

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2024-07-26 12:59:09 +00:00
committed by Compute-Runtime-Automation
parent a168bf2f33
commit d2546d4062
7 changed files with 62 additions and 1 deletions

View File

@@ -638,6 +638,11 @@ inline size_t EncodeDispatchKernel<Family>::getInlineDataOffset(EncodeDispatchKe
return 0;
}
template <typename Family>
template <typename WalkerType>
void EncodeDispatchKernel<Family>::forceComputeWalkerPostSyncFlushWithWrite(WalkerType &walkerCmd) {
}
template <typename Family>
size_t EncodeStates<Family>::getSshHeapSize() {
return 64 * MemoryConstants::kiloByte;