Add missing pollForCompletion on clEnqueueVerifyMemoryINTEL

Related-To: NEO-7618

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2023-03-02 10:49:50 +00:00
committed by Compute-Runtime-Automation
parent 7903617a44
commit 72ada8b41f
5 changed files with 53 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ class MockCommandQueue : public CommandQueue {
public:
using CommandQueue::bcsEngines;
using CommandQueue::bcsEngineTypes;
using CommandQueue::bcsInitialized;
using CommandQueue::bcsStates;
using CommandQueue::bcsTimestampPacketContainers;
using CommandQueue::blitEnqueueAllowed;
using CommandQueue::blitEnqueueImageAllowed;