MCPcopy 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
67af_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

createEventFunction · 0.70
markEventOnActiveQueueFunction · 0.70

Tested by

no test coverage detected