EventSynchronize

void tt::tt_metal::v0::EventSynchronize(const std::shared_ptr<Event> &event)

Blocking function for host to synchronize (wait) on an event completion on device. Return value: void

Argument

Description

Type

Valid Range

Required

event

The event object that host will wait on for completion.

std::shared_ptr<Event>

Yes