Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ createAndMarkEvent
Function
createAndMarkEvent
src/backend/oneapi/Event.cpp:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
af_event createAndMarkEvent() {
68
af_event handle = createEvent();
69
markEventOnActiveQueue(handle);
70
return handle;
71
}
72
73
} // namespace oneapi
74
} // namespace arrayfire
Callers
nothing calls this directly
Calls
2
createEvent
Function · 0.70
markEventOnActiveQueue
Function · 0.70
Tested by
no test coverage detected