Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
void 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
BlockingRunProbeFunc
Method · 0.85
NotifyOrRunScheduler
Method · 0.85
RunInCurrentThread
Method · 0.85
ScheduleLoop
Method · 0.85
Calls
2
SchedulerEmpty
Method · 0.80
Schedule
Method · 0.45
Tested by
no test coverage detected