Revert "performance: enable immediate flush task on xe hpg"

This reverts commit b184bb11fa.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-08-01 03:18:39 +02:00
committed by Compute-Runtime-Automation
parent 1d2ed7e534
commit a0dde814c9
3 changed files with 8 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ bool L0GfxCoreHelperHw<Family>::platformSupportsPrimaryBatchBufferCmdList() cons
template <typename Family>
bool L0GfxCoreHelperHw<Family>::platformSupportsImmediateComputeFlushTask() const {
return true;
return false;
}
} // namespace L0

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