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

Function createAndMarkEvent

src/backend/cuda/Event.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66af_event createAndMarkEvent() {
67 af_event handle = createEvent();
68 markEventOnActiveQueue(handle);
69 return handle;
70}
71
72} // namespace cuda
73} // namespace arrayfire

Callers

nothing calls this directly

Calls 2

createEventFunction · 0.70
markEventOnActiveQueueFunction · 0.70

Tested by

no test coverage detected