MCPcopy Create free account
hub / github.com/XpuOS/xsched / Synchronize

Method Synchronize

platforms/opencl/hal/src/ocl_queue.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void OclQueue::Synchronize()
41{
42 XDEBG("synchronize cmdq (%p)", kCmdq);
43 OCL_ASSERT(Driver::Flush(kCmdq));
44 OCL_ASSERT(Driver::Finish(kCmdq));
45}
46
47EXPORT_C_FUNC XResult OclQueueCreate(HwQueueHandle *hwq, cl_command_queue cmdq)
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected