Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ markEvent
Method
markEvent
src/backend/cpu/Event.hpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
static int markEvent(queue_event *e, cpu::queue &stream) noexcept {
31
return e->mark(stream);
32
}
33
34
static int waitForEvent(queue_event *e, cpu::queue &stream) noexcept {
35
return e->wait(stream);
Callers
nothing calls this directly
Calls
1
mark
Method · 0.45
Tested by
no test coverage detected