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

Method name

src/jit/impl/fusion_pass.cpp:505–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505const char* JITFusionPass::name() const {
506 return mgb_cstr_log("fusion_pass");
507}
508
509void JITFusionPass::apply(OptState& opt) const {
510 Impl{m_after_grad, m_feature_bits, opt};

Callers 14

opr2ASTMethod · 0.45
JITPlaceholderMethod · 0.45
setup_and_launch_dimFunction · 0.45
tensor2memref_dimFunction · 0.45
gen_func_opMethod · 0.45
gen_func_bodyMethod · 0.45
getMethod · 0.45
dtype_to_cstrFunction · 0.45
codegen_cudaMethod · 0.45
hl_type_castFunction · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected