MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / ScheduleUntilVMEmpty

Function ScheduleUntilVMEmpty

oneflow/core/vm/virtual_machine.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163};
164
165void ScheduleUntilVMEmpty(vm::VirtualMachineEngine* vm, const vm::ScheduleCtx& schedule_ctx) {
166 do { vm->Schedule(schedule_ctx); } while (!(vm->SchedulerEmpty()));
167}
168
169} // namespace
170

Callers 4

BlockingRunProbeFuncMethod · 0.85
NotifyOrRunSchedulerMethod · 0.85
RunInCurrentThreadMethod · 0.85
ScheduleLoopMethod · 0.85

Calls 2

SchedulerEmptyMethod · 0.80
ScheduleMethod · 0.45

Tested by

no test coverage detected