performance: enable immediate flush task on xe hpc platforms

Related-To: NEO-7808

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2023-07-24 14:12:42 +00:00
committed by Compute-Runtime-Automation
parent 7afedd7a63
commit 6ddd646fbf
2 changed files with 7 additions and 2 deletions

View File

@@ -29,6 +29,11 @@ bool L0GfxCoreHelperHw<Family>::alwaysAllocateEventInLocalMem() const {
return true;
}
template <>
bool L0GfxCoreHelperHw<Family>::platformSupportsImmediateComputeFlushTask() const {
return true;
}
template class L0GfxCoreHelperHw<Family>;
} // namespace L0