feature: Add dynamic stack management on Xe3

Related-To: NEO-13147

Signed-off-by: Vysochyn, Illia <illia.vysochyn@intel.com>
This commit is contained in:
Vysochyn, Illia
2025-01-08 17:00:27 +00:00
committed by Compute-Runtime-Automation
parent af031ee0e3
commit 4270e3c356
3 changed files with 90 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ void EncodeEnableRayTracing<Family>::append3dStateBtd(void *ptr3dStateBtd) {
cmd->setDispatchTimeoutCounter(value);
}
cmd->setRtMemStructures64bModeEnable(!is48bResourceNeededForRayTracing());
cmd->setRtMemStructures64BModeEnable(!is48bResourceNeededForRayTracing());
}
template <typename Family>