Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
br_agents
akg
/
mfusion
/
lib
/
Dialect
/
Mfuse
/
Transforms
下载当前目录
G
ginfung
Resolve static code check
734b77f0
创建于
20 天前
历史提交
文件
最后提交记录
最后更新时间
Cluster
!2025
Skip unsupported reduce fusion cases for dvm From: @ginfung Reviewed-by: @ See merge request: mindspore/akg
!2025
20 天前
Decompose
Remove typepromote for bin ops
20 天前
Fusion
Fix gelu_backward decompose problem
20 天前
Outlining
Resolve static code check
20 天前
Recompose
Not fold clone op
20 天前
Split
Resolve static code check
20 天前
CMakeLists.txt
feat: add fusion region outlining and DVM call lowering Add three-phase pass pipeline for handling fused subgraphs in MFusion: 1. outline-mfuse-fused-subgraphs: Extract mfuse.fused ops into separate functions 2. copy-fused-subgraphs: Clone outlined functions for DVM backend usage 3. convert-dvm-subgraph-to-mfuse-dvm-call: Replace func.call with mfuse.dvm_call Also add MfuseToDvm conversion pass to lower Mfuse ops to DVM dialect. Key changes: - Add mfuse.dvm_call and mfuse.fused operations to MfuseOps.td - Implement outlining passes with proper attribute handling - Add constant lifting and IO semantics (dvm.load/dvm.store) conversion - Update Python inductor pipeline with complete optimization flow - Add comprehensive test coverage for all new passes
20 天前
ConvertFusedSubgraphToCustomCall.cc
Clean up compiler warnings
20 天前