mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 08:19:02 +00:00
Add missing event release calls in SVM tests (#437)
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com>
This commit is contained in:
@@ -113,6 +113,7 @@ int launch_kernels_and_verify(clContextWrapper &context, clCommandQueueWrapper*
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
clReleaseEvent(done);
|
||||||
clSVMFree(context, pInputImage);
|
clSVMFree(context, pInputImage);
|
||||||
clSVMFree(context, pNodes);
|
clSVMFree(context, pNodes);
|
||||||
clSVMFree(context, pNumNodes);
|
clSVMFree(context, pNumNodes);
|
||||||
|
|||||||
@@ -96,6 +96,7 @@ int test_svm_fine_grain_sync_buffers(cl_device_id deviceID, cl_context c, cl_com
|
|||||||
}
|
}
|
||||||
} while (status != CL_COMPLETE || AtomicLoadExplicit(&pTargetLocations[i], memory_order_relaxed) != -1);
|
} while (status != CL_COMPLETE || AtomicLoadExplicit(&pTargetLocations[i], memory_order_relaxed) != -1);
|
||||||
|
|
||||||
|
clReleaseEvent(done);
|
||||||
clSVMFree(context, pInputImage);
|
clSVMFree(context, pInputImage);
|
||||||
clSVMFree(context, pNumTargetsFound);
|
clSVMFree(context, pNumTargetsFound);
|
||||||
clSVMFree(context, pTargetLocations);
|
clSVMFree(context, pTargetLocations);
|
||||||
|
|||||||
Reference in New Issue
Block a user