Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
akg
/
mfusion
/
python
下载当前目录
G
ginfung
Resolve 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 天前