performance: don't terminate ULLS if BCS is busy

Related-To: NEO-15452

If CCS is idle, but BCS is busy, keep CCS ULLS
context running. BMG only.

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-07-17 12:44:46 +00:00
committed by Compute-Runtime-Automation
parent 2ee3070a1e
commit 1d842c58bf
7 changed files with 162 additions and 4 deletions

View File

@@ -51,4 +51,9 @@ void ProductHelperHw<gfxProduct>::adjustScratchSize(size_t &requiredScratchSize)
requiredScratchSize *= 2;
}
template <>
bool ProductHelperHw<gfxProduct>::checkBcsForDirectSubmissionStop() const {
return true;
}
} // namespace NEO