MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / create_queue_completion_event

Method create_queue_completion_event

src/runtime/ze/ze_queue.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221std::shared_ptr<dag_node_event> ze_queue::create_queue_completion_event() {
222 return std::make_shared<queue_completion_event<ze_event_handle_t, ze_node_event>>(
223 this);
224}
225
226
227std::shared_ptr<dag_node_event> ze_queue::insert_event() {

Callers 1

submit_directlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected