mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
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:
committed by
Compute-Runtime-Automation
parent
b8c3b8e8b1
commit
f2bd2d3716
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user