fix: wa for multi ccs execution on bmg

Related-To: NEO-15771
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2025-09-24 12:44:57 +00:00
committed by Compute-Runtime-Automation
parent 4133827e6f
commit cf35f8b40e
26 changed files with 122 additions and 5 deletions

View File

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