0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. akg
  2. /
  3. mfusion
  4. /
  5. python
GginfungResolve static code check
734b77f0创建于 19 天前历史提交
文件最后提交记录最后更新时间
mfusion
fix(mfusion): fallback to composite fusion pipeline when verbose internal pass list is unavailable. 20 天前
CMakeLists.txt
Package mfusion-opt executable with wheel This change bundles the mfusion-opt tool with the Python wheel package, allowing users to use it directly after installation via mfusion-opt command. Changes: - Add Python entry point script at python/mfusion/tools/opt/__main__.py - Modify setup.py to copy mfusion-opt to _mlir_libs and register console script - Declare MFusionPythonSources.Tools in python/CMakeLists.txt - Skip TorchMLIRPythonSources.Tools in torch-mlir when building embedded to avoid conflict with mfusion's own tools 20 天前
MFusionModule.cc
Resolve static code check 19 天前