feature: use global bindless allocator in L0 on DG2

Related-To: NEO-7063, NEO-11533
Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
This commit is contained in:
Fabian Zwoliński
2024-08-09 15:11:42 +00:00
committed by Compute-Runtime-Automation
parent 351509d11a
commit c832a37bac
4 changed files with 8 additions and 0 deletions

View File

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