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

Function if

src/rdnn/impl/algo_chooser.cpp:1190–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188 }
1189#if MGB_ENABLE_FASTRUN
1190 else if (opr_strategy & ExecutionStrategy::PROFILE) {
1191 return helper.choose_by_profile(opr_strategy, true);
1192 }
1193#endif
1194 else {
1195 mgb_throw(InternalError, "bad ExecutionPolicy strategy");

Callers 12

replayMethod · 0.50
getMethod · 0.50
make_from_valueMethod · 0.50
opr_impl.cppFile · 0.50
execMethod · 0.50
execMethod · 0.50
execMethod · 0.50
execMethod · 0.50
execMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected