test: unify PredicatedCommandBuffer aub tests for heapless

Related-to: NEO-14526

Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
Damian Tomczak
2025-07-04 13:01:30 +00:00
committed by Compute-Runtime-Automation
parent b8c3b8e8b1
commit f2bd2d3716

View File

@@ -759,6 +759,9 @@ HWCMDTEST_F(IGFX_XE_HP_CORE, AubWalkerPartitionZeroTest, givenPredicatedCommandB
walkerCmd.getInterfaceDescriptor().setNumberOfThreadsInGpgpuThreadGroup(1u);
walkerCmd.getPostSync().setDestinationAddress(postSyncAddress);
walkerCmd.getPostSync().setOperation(PostSyncType::OPERATION::OPERATION_WRITE_TIMESTAMP);
if constexpr (FamilyType::template isHeaplessMode<DefaultWalkerType>()) {
walkerCmd.setMaximumNumberOfThreads(64);
}
WalkerPartition::WalkerPartitionArgs testArgs = {};
testArgs.initializeWparidRegister = true;