mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
feature: Disable nonblocking exec support on Xe HPC
When receiving EAGAIN, UMD should retry the submission again. On scenarios where KMD runs out of ring-space, an error should be propagated up to the user. Those scenarios are more rare, but still we will need KMD support in the future to differentiate those two cases: retry and propagate error to user, since right now, KMD returns the same error code. Related-To: NEO-8040 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0c7a36bc8f
commit
09fcfbba6b
@@ -31,7 +31,7 @@ int ProductHelperHw<gfxProduct>::configureHardwareCustom(HardwareInfo *hwInfo, O
|
||||
|
||||
template <>
|
||||
bool ProductHelperHw<gfxProduct>::isNonBlockingGpuSubmissionSupported() const {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user