mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Add finish call.
Change-Id: Id450e4e75b7a1502c45f304131afd5809e98ca21 Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3e88907201
commit
22187bc5e8
@@ -181,6 +181,7 @@ struct AUBReadBufferRectUnaligned
|
||||
AUBCommandStreamFixture::expectMemory<FamilyType>(dstMemoryGPUPtr, referenceMemory, offset);
|
||||
AUBCommandStreamFixture::expectMemory<FamilyType>(ptrOffset(dstMemoryGPUPtr, offset), &srcMemory[rowPitch * bufferOrigin[1]], size);
|
||||
AUBCommandStreamFixture::expectMemory<FamilyType>(ptrOffset(dstMemoryGPUPtr, size + offset), referenceMemory, bufferSize - offset - size);
|
||||
pCmdQ->finish(true);
|
||||
alignedFree(dstMemory);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user