feature: enable bindless mode in L0 on dg2

Related-To: NEO-7063

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2023-10-31 15:50:25 +00:00
committed by Compute-Runtime-Automation
parent b2d9b389a4
commit d1d4f9c9f3
4 changed files with 9 additions and 3 deletions

View File

@@ -33,4 +33,10 @@ template <>
bool ReleaseHelperHw<release>::isRcsExposureDisabled() const {
return true;
}
template <>
bool ReleaseHelperHw<release>::isBindlessAddressingDisabled() const {
return false;
}
} // namespace NEO