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
2024-06-06 17:08:59 +00:00
committed by Compute-Runtime-Automation
parent da9c009b88
commit 71b9cfcf6b
5 changed files with 13 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