已合并
add submodule torch mlir #25898
gent1e创建于 2025年10月21日
add submodule torch mlir #25898
已合并
共 3 个文件变更+5-0
| @@ -17,3 +17,6 @@ | |||
| 17 | [submodule "third_party/nlohmann"] | 17 | [submodule "third_party/nlohmann"] |
| 18 | path = third_party/nlohmann | 18 | path = third_party/nlohmann |
| 19 | url = https://gitee.com/mirrors/nlohmann-json.git | 19 | url = https://gitee.com/mirrors/nlohmann-json.git |
| 20 | +[submodule "third_party/torch-mlir"] | ||
| 21 | + path = third_party/torch-mlir | ||
| 22 | + url = https://gitee.com/mirrors_llvm/torch-mlir.git | ||
| @@ -77,6 +77,7 @@ torch_npu支持源码编译安装,在编译时会下载依赖第三方库并 | |||
| 77 | | 自研 | 不涉及 | .gitmodules | https://gitee.com/ascend/torchair.git | 依赖的开源代码仓 | | 77 | | 自研 | 不涉及 | .gitmodules | https://gitee.com/ascend/torchair.git | 依赖的开源代码仓 | |
| 78 | | 自研 | 不涉及 | .gitmodules | https://gitcode.com/ascend/Tensorpipe.git | 依赖的开源代码仓 | | 78 | | 自研 | 不涉及 | .gitmodules | https://gitcode.com/ascend/Tensorpipe.git | 依赖的开源代码仓 | |
| 79 | | 自研 | 不涉及 | .gitmodules | https://gitee.com/mirrors/fmt.git | 依赖的开源代码仓 | | 79 | | 自研 | 不涉及 | .gitmodules | https://gitee.com/mirrors/fmt.git | 依赖的开源代码仓 | |
| 80 | +| 自研 | 不涉及 | .gitmodules | https://gitee.com/mirrors_llvm/torch-mlir.git | 依赖的开源代码仓 | | | ||
| 80 | | 自研 | 不涉及 | .gitmodules | https://gitee.com/mirrors/nlohmann-json.git | 依赖的开源代码仓 | | 81 | | 自研 | 不涉及 | .gitmodules | https://gitee.com/mirrors/nlohmann-json.git | 依赖的开源代码仓 | |
| 81 | | 自研 | 不涉及 | ci\docker\X86\Dockerfile | https://mirrors.huaweicloud.com/repository/pypi/simple | docker配置文件,用于配置pip源 | | 82 | | 自研 | 不涉及 | ci\docker\X86\Dockerfile | https://mirrors.huaweicloud.com/repository/pypi/simple | docker配置文件,用于配置pip源 | |
| 82 | | 自研 | 不涉及 | ci\docker\X86\Dockerfile | https://download.pytorch.org/whl/cpu | docker配置源,用于配置torch下载连接 | | 83 | | 自研 | 不涉及 | ci\docker\X86\Dockerfile | https://download.pytorch.org/whl/cpu | docker配置源,用于配置torch下载连接 | |