MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / jit_stop

Function jit_stop

src/jit/test/fusion.cpp:572–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572SymbolVar jit_stop(SymbolVar x) {
573 return opr::Sleep::make(x, 1e-3);
574}
575
576template <>
577void run<multi_device>(Backend backend, CompNode cn) {

Callers 3

run<multi_device>Function · 0.85
run<multi_shape>Function · 0.85
TESTFunction · 0.85

Calls 1

makeFunction · 0.50

Tested by

no test coverage detected