[7/n] L0 immediate commandlist improvements

Enable flushTask only for specific families for now

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan
2022-02-15 17:21:09 +00:00
committed by Compute-Runtime-Automation
parent 3944bf8ad5
commit 74cdd60255
12 changed files with 50 additions and 14 deletions

View File

@@ -149,6 +149,11 @@ bool HwHelperHw<Family>::disableL3CacheForDebug(const HardwareInfo &) const {
return true;
}
template <>
bool HwHelperHw<Family>::isPlatformFlushTaskEnabled() const {
return true;
}
template class HwHelperHw<Family>;
template class FlatBatchBufferHelperHw<Family>;
template struct MemorySynchronizationCommands<Family>;