diff --git a/sigs/mindspore_core/README.md b/sigs/mindspore_core/README.md new file mode 100644 index 0000000000000000000000000000000000000000..221cb18c02d3625a5e082f878abfd0488b4ca7e5 --- /dev/null +++ b/sigs/mindspore_core/README.md @@ -0,0 +1,32 @@ +## SIG简介 + +MindSpore core主要构建Mindpore的底层基础能力和基础表达,提供nn、数学等计算算子,自动微分,设备管理等功能,提供张量、模型等基础表达,以及动态图执行、静态图加速能力。 + +主要工作内容: + +1. 生态建设: 构建与推广MindSpore基础接口能力与南向芯片生态(CPU/GPU/NPU/FPGA/x86/arm等),繁荣MindSpore社区,提升社区影响力。 +2. 功能演进:模型构建能力、模型训推基础能力、模型序列化保存与加载、模型动态图和静态图执行能力、Ascend等异构硬件加速优化与表达、自动微分能力等。 +3. 竞争力特性:面向下一代ascend硬件的平滑演讲与针对性优化;供灵活的开放能力,如自定义算子、hook、自定义pass等。 + +## PyNative相关代码仓 + +1. [MindSpore 代码仓](https://gitee.com/mindspore/mindspore) +2. [MindSpore Core SIG工作目录](https://gitee.com/mindspore/community/tree/master/sigs/mindspore_core) + +## Maintainers + +* 鲍翀(MindSpore core架构师,负责MindSpore core整体框架架构设计,特性方案评审等) +* 黎明奇(MindSpore编译后端&运行时架构师,负责异构硬件加速优化、三方硬件注入能力、运行时系统增强等) +* 余坚峰(MindSpore静态图编译架构师,负责静态入图能力、静态图编译、自动微分等) +* 褚金锦(MindSpore PyNative模式架构师,负责PyNative模式特性设计、开发和需求收集等) + +## Contributors + +* 蔡福璧(MindSpore PyNative模式资深开发者,负责MindSpore PyNative模式设计和特性开发) +* 罗超(MindSpore PyNative模式资深开发者,负责MindSpore PyNative模式设计和特性开发) +* 李振宇(MindSpore 运行时资深开发者,负责南向执行相关接口设计和开发) +* 张银霞(MindSpore 编译后端资深开发者,负责集合通讯相关接口设计和开发) +* 俞超杰(MindSpore 编译后端资深开发者,负责硬件相关图编译优化设计和开发) +* 胡彬(MindSpore 编译后端资深开发者,负责硬件相关图编译优化设计和开发) +* 黄炳坚(MindSpore 编译前端资深开发者,负责硬件无关图编译优化和python接口入图技术) +* 王睿(MindSpore 编译前端资深开发者,负责硬件无关图编译优化和python接口入图技术) diff --git a/sigs/mindspore_core/sig-info.yaml b/sigs/mindspore_core/sig-info.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8bb91d862c6dc49aa32d041601ae809d80a477c5 --- /dev/null +++ b/sigs/mindspore_core/sig-info.yaml @@ -0,0 +1,94 @@ +name: MindSpore Core +description: MindSpore Core SIG(MindSpore基础框架开发SIG)专注于推动MindSpore基础能力完善稳定: 构建Mindpore的底层基础能力和基础表达,提供nn、数学等计算算子,自动微分,设备管理等功能,提供张量、模型等基础表达,以及动态图执行、静态图加速能力。 +description_en: The MindSpore Core SIG focuses on improving and stabilizing MindSpore's fundamental capabilities: building the underlying capabilities and basic representations of MindSpore, providing computational operators such as nn and mathematical functions, providing automatic differentiation, device management and other functions, providing basic repesentations such as tensor and models, as well as dynamic graph execution and basic graph acceleration capabilities. +created_on: '2025-11-17' +mailing_list: dev@mindspore.cn +meeting_url: NA +mature_level: startup +mentors: +- gitee_id: baochong + name: baochong + organization: Huawei + email: baochong@huawei.com +maintainers: +- gitee_id: baochong + name: baochong + organization: Huawei + email: baochong@huawei.com +- gitee_id: chujinjin + name: chujinjin + organization: Huawei + email: chujinjin52@huawei.com +- gitee_id: limingqi107 + name: limingqi + organization: Huawei + email: limingqi@huawei.com +- gitee_id: KinFung + name: yujianfeng + organization: Huawei + email: yujianfeng5@huawei.com +repositories: +- repo: + - mindspore/mindspore + directory: + - mindspore/ccsrc + - mindspore/python/mindspore + repo_admin: + - gitee_id: chujinjin + name: chujinjin + organization: Huawei + email: chujinjin52@huawei.com + - gitee_id: limingqi107 + name: limingqi + organization: Huawei + email: limingqi@huawei.com + - gitee_id: KinFung + name: yujianfeng + organization: Huawei + email: yujianfeng5@huawei.com + committers: + - gitee_id: hwcaifubi + name: caifubi + organization: Huawei + email: caifubi1@huawei.com + - gitee_id: luochao60 + name: luochao + organization: Huawei + email: luochao60@huawei.com + - gitee_id: yuchaojie + name: yuchaojie + organization: Huawei + email: yuchaojie1@huawei.com + - gitee_id: zyli2020 + name: lizhenyu + organization: Huawei + email: lizhenyu13@huawei.com + - gitee_id: zhangyinxia + name: zhangyinxia + organization: Huawei + email: zhangyinxia@huawei.com + - gitee_id: hbhb_bin + name: hubin + organization: Huawei + email: hubin79@huawei.com + - gitee_id: RayWang + name: wangrui + organization: Huawei + email: wangrui178@huawei.com + - gitee_id: Joker + name: huangbingjian + organization: Huawei + email: huangbingjian1@huawei.com + contributors: + - gitee_id: + name: pengqi + organization: Huawei + email: pengqi33@huawei.com + - gitee_id: + name: maoyuanpeng + organization: Huawei + email: maoyuanpeng@huawei.com + - gitee_id: gaoyong10 + name: gaoyong + organization: Huawei + email: gaoyong10@huawei.com