mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
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:
committed by
Compute-Runtime-Automation
parent
cf7a4bc0dd
commit
b87f25753e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user