Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
572
SymbolVar jit_stop(SymbolVar x) {
573
return opr::Sleep::make(x, 1e-3);
574
}
575
576
template <>
577
void run<multi_device>(Backend backend, CompNode cn) {
Callers
3
run<multi_device>
Function · 0.85
run<multi_shape>
Function · 0.85
TEST
Function · 0.85
Calls
1
make
Function · 0.50
Tested by
no test coverage detected