fix: Update getStackSizePerRay for 30.01 release helper

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2025-05-22 14:19:37 +00:00
committed by Compute-Runtime-Automation
parent db84fc713c
commit a5b82acf02
2 changed files with 6 additions and 1 deletions

View File

@@ -37,6 +37,11 @@ bool ReleaseHelperHw<release>::isLocalOnlyAllowed() const {
return false;
}
template <>
uint32_t ReleaseHelperHw<release>::getStackSizePerRay() const {
return 64u;
}
template <>
bool ReleaseHelperHw<release>::isBindlessAddressingDisabled() const {
return false;