Enhance L0 split barrier ULT

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2023-02-23 10:31:21 +00:00
committed by Compute-Runtime-Automation
parent 26edbbcb37
commit 59557d31dc

View File

@@ -940,6 +940,7 @@ HWTEST2_F(CommandQueueCommandsXeHpc, givenSplitBcsCopyAndImmediateCommandListWhe
size, alignment, &srcPtr);
ze_host_mem_alloc_desc_t hostDesc = {};
context->allocHostMem(&hostDesc, size, alignment, &dstPtr);
*commandList0->csr->getBarrierCountTagAddress() = 0u;
commandList0->csr->getNextBarrierCount();
auto result = commandList0->appendMemoryCopy(dstPtr, srcPtr, size, nullptr, 0, nullptr, false);