MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / sync

Function sync

src/backend/cpu/platform.cpp:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151queue* getQueueHandle(int device) { return &getQueue(device); }
152
153void sync(int device) { getQueue(device).sync(); }
154
155bool& evalFlag() {
156 thread_local bool flag = true;

Callers 1

enqueueMethod · 0.70

Calls 2

getQueueFunction · 0.50
syncMethod · 0.45

Tested by

no test coverage detected