Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
505
const char* JITFusionPass::name() const {
506
return mgb_cstr_log(
"fusion_pass"
);
507
}
508
509
void JITFusionPass::apply(OptState& opt) const {
510
Impl{m_after_grad, m_feature_bits, opt};
Callers
14
opr2AST
Method · 0.45
JITPlaceholder
Method · 0.45
setup_and_launch_dim
Function · 0.45
tensor2memref_dim
Function · 0.45
gen_func_op
Method · 0.45
gen_func_body
Method · 0.45
get
Method · 0.45
megdnn_dtype_to_mlir_type
Function · 0.45
dtype_to_cstr
Function · 0.45
codegen_cuda
Method · 0.45
hl_type_cast
Function · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected