fix: Query peer access on root devices

Enables P2P query on BMG device creation.

Ensures the potential peer device is queried if
crossAccessEnabledDevices is not set.

Related-To: NEO-15427

Signed-off-by: Vysochyn, Illia <illia.vysochyn@intel.com>
This commit is contained in:
Vysochyn, Illia
2025-09-16 11:25:10 +00:00
committed by Compute-Runtime-Automation
parent cf7a4bc0dd
commit b87f25753e
7 changed files with 35 additions and 9 deletions

View File

@@ -49,6 +49,11 @@ bool ReleaseHelperHw<release>::programmAdditionalStallPriorToBarrierWithTimestam
return true;
}
template <>
bool ReleaseHelperHw<release>::shouldQueryPeerAccess() const {
return true;
}
} // namespace NEO
#include "shared/source/release_helper/release_helper_common_xe2_hpg.inl"