mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
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:
committed by
Compute-Runtime-Automation
parent
2ee3070a1e
commit
1d842c58bf
@@ -51,4 +51,9 @@ void ProductHelperHw<gfxProduct>::adjustScratchSize(size_t &requiredScratchSize)
|
||||
requiredScratchSize *= 2;
|
||||
}
|
||||
|
||||
template <>
|
||||
bool ProductHelperHw<gfxProduct>::checkBcsForDirectSubmissionStop() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user