Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
af_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
createEvent
Function · 0.70
markEventOnActiveQueue
Function · 0.70
Tested by
no test coverage detected