0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. akg
  2. /
  3. mfusion
  4. /
  5. lib
GginfungResolve static code check
734b77f0创建于 19 天前历史提交
文件最后提交记录最后更新时间
Analysis
Skip unsupported reduce fusion cases for dvm 20 天前
CAPI
Resolve static code check 19 天前
Conversion
Resolve static code check 19 天前
Dialect
Resolve static code check 19 天前
CMakeLists.txt
Add graph kernel clustering passes with Muse operation support This commit introduces a comprehensive graph kernel clustering framework for MFusion with support for both static and dynamic shape optimizations. Core Features: - GraphKernelCluster: Union-Find based operation clustering infrastructure - StaticShapeCluster: Clustering pass for operations with static shapes - DynamicShapeCluster: Clustering pass for operations with dynamic shapes Infrastructure: - PdllHelper: Added constant value extraction helpers for PDL patterns - TorchToMuse: Extended conversion patterns for new operations - MuseDialect: Registered new operations and canonicalization patterns 20 天前