performance: set 1ms timeout for ulls controller on LNL and PTL

Related-To: NEO-13843

Limit scope to Windows only.

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-03-06 07:49:08 +00:00
committed by Compute-Runtime-Automation
parent 320f03f5a6
commit 82fba79d9d
14 changed files with 76 additions and 268 deletions

View File

@@ -1018,4 +1018,8 @@ bool ProductHelperHw<gfxProduct>::isImageSuitableForCompression() const {
return true;
}
template <PRODUCT_FAMILY gfxProduct>
void ProductHelperHw<gfxProduct>::overrideDirectSubmissionTimeouts(std::chrono::microseconds &timeout, std::chrono::microseconds &maxTimeout) const {
}
} // namespace NEO