feature: enable bindless mode in L0 on LNL

Related-To: NEO-7063
Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
This commit is contained in:
Fabian Zwoliński
2024-08-27 12:13:19 +00:00
committed by Compute-Runtime-Automation
parent 0b848a5fdb
commit 734b15314b
3 changed files with 8 additions and 2 deletions

View File

@@ -37,6 +37,12 @@ template <>
bool ReleaseHelperHw<release>::isLocalOnlyAllowed() const {
return false;
}
template <>
bool ReleaseHelperHw<release>::isBindlessAddressingDisabled() const {
return false;
}
} // namespace NEO
#include "shared/source/release_helper/release_helper_common_xe2_hpg.inl"