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

Method createAndMarkEvent

src/backend/cpu/Event.hpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 using ErrorType = int;
25
26 static int createAndMarkEvent(queue_event *e) noexcept {
27 return e->create();
28 }
29
30 static int markEvent(queue_event *e, cpu::queue &stream) noexcept {
31 return e->mark(stream);

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected