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

Method Synchronize

platforms/example/hal/src/opencl_queue.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void OpenclQueue::Synchronize()
40{
41 Driver::Finish(cmdq_);
42}
43
44extern "C" XResult OpenclQueueCreate(HwQueueHandle *hwq, cl_command_queue cmdq)
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected