Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
queue* getQueueHandle(int device) { return &getQueue(device); }
152
153
void sync(int device) { getQueue(device).sync(); }
154
155
bool& evalFlag() {
156
thread_local bool flag = true;
Callers
1
enqueue
Method · 0.70
Calls
2
getQueue
Function · 0.50
sync
Method · 0.45
Tested by
no test coverage detected