Enable heap sharing for XE_HPG

Related-To: NEO-7142

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-10-21 12:47:02 +00:00
committed by Compute-Runtime-Automation
parent b103b0c43f
commit c777f43909
2 changed files with 7 additions and 2 deletions

View File

@@ -27,6 +27,11 @@ bool L0HwHelperHw<Family>::isResumeWARequired() {
return true;
}
template <>
bool L0HwHelperHw<Family>::platformSupportsCmdListHeapSharing(const NEO::HardwareInfo &hwInfo) const {
return true;
}
template <>
bool L0HwHelperHw<Family>::platformSupportsPipelineSelectTracking(const NEO::HardwareInfo &hwInfo) const {
return true;