文件最后提交记录最后更新时间
分离部署场景问题修复 Co-authored-by: hansanyue<hansanyue@h-partners.com> # message auto-generated for no-merge-commit merge: !285 merge dev_3 into develop 分离部署场景问题修复 Created-by: han-sanyue Commit-by: hansanyue Merged-by: yrewzjsx Description: # Pull Request Template ## Description 1. 允许启动总贡献内存量为0的rank,以支持分离部署模式 2. 配置文档中 ock.mmc.local_service.max.dram.size 默认值与实现逻辑对齐——未配置时使用ock.mmc.local_service.dram.size值 - 内存贡献对称的部署方式,无需配置ock.mmc.local_service.max.dram.size - 内存贡献不对称的部署方式,必须配置ock.mmc.local_service.max.dram.size ## Related Issues <!-- Replace with actual issue numbers. Example: Closes #123, Related to #456 --> ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Performance optimization - [x] Documentation update - [ ] Other (please describe):_______________ ## Testing <!-- Describe how the changes were tested. Include: - Unit/integration test coverage - Manual validation steps - Links to CI reports (e.g., CIDA) if available - Note any pending tests --> ## Checklist - [ ] I have performed a self-review of my own code. - [ ] I have updated the documentation. - [ ] I have added tests to prove my changes are effective. See merge request: Ascend/memcache!2852 天前
format: reformat all source files with clang-format Co-authored-by: j00808874<jiangchanghong3@huawei.com> # message auto-generated for no-merge-commit merge: !70 merge mr into develop format: reformat all source files with clang-format Created-by: j00808874 Commit-by: j00808874 Merged-by: yrewzjsx Description: # Pull Request Template ## Description format: reformat all source files with clang-format Ensure that future MRs show only *semantic* diffs, not formatting noise ## Related Issues <!-- Replace with actual issue numbers. Example: Closes #123, Related to #456 --> ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Performance optimization - [ ] Documentation update - [ ] Other (please describe):_______________ ## Testing <!-- Describe how the changes were tested. Include: - Unit/integration test coverage - Manual validation steps - Links to CI reports (e.g., CIDA) if available - Note any pending tests --> ## Checklist - [ ] I have performed a self-review of my own code. - [ ] I have updated the documentation. - [ ] I have added tests to prove my changes are effective. See merge request: Ascend/memcache!704 个月前
format: reformat all source files with clang-format Co-authored-by: j00808874<jiangchanghong3@huawei.com> # message auto-generated for no-merge-commit merge: !70 merge mr into develop format: reformat all source files with clang-format Created-by: j00808874 Commit-by: j00808874 Merged-by: yrewzjsx Description: # Pull Request Template ## Description format: reformat all source files with clang-format Ensure that future MRs show only *semantic* diffs, not formatting noise ## Related Issues <!-- Replace with actual issue numbers. Example: Closes #123, Related to #456 --> ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Performance optimization - [ ] Documentation update - [ ] Other (please describe):_______________ ## Testing <!-- Describe how the changes were tested. Include: - Unit/integration test coverage - Manual validation steps - Links to CI reports (e.g., CIDA) if available - Note any pending tests --> ## Checklist - [ ] I have performed a self-review of my own code. - [ ] I have updated the documentation. - [ ] I have added tests to prove my changes are effective. See merge request: Ascend/memcache!704 个月前
format: reformat all source files with clang-format Co-authored-by: j00808874<jiangchanghong3@huawei.com> # message auto-generated for no-merge-commit merge: !70 merge mr into develop format: reformat all source files with clang-format Created-by: j00808874 Commit-by: j00808874 Merged-by: yrewzjsx Description: # Pull Request Template ## Description format: reformat all source files with clang-format Ensure that future MRs show only *semantic* diffs, not formatting noise ## Related Issues <!-- Replace with actual issue numbers. Example: Closes #123, Related to #456 --> ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Performance optimization - [ ] Documentation update - [ ] Other (please describe):_______________ ## Testing <!-- Describe how the changes were tested. Include: - Unit/integration test coverage - Manual validation steps - Links to CI reports (e.g., CIDA) if available - Note any pending tests --> ## Checklist - [ ] I have performed a self-review of my own code. - [ ] I have updated the documentation. - [ ] I have added tests to prove my changes are effective. See merge request: Ascend/memcache!704 个月前
修复增加stream后编译问题 Co-authored-by: p3rry<penghaiqing1@huawei.com> # message auto-generated for no-merge-commit merge: !275 merge develop_0527_stream into develop 修复增加stream后编译问题 Created-by: p3rry Commit-by: p3rry Merged-by: yrewzjsx Description: 修复 MMC 出包编译失败: MF smem_copy_params / smem_batch_copy_params 新增 stream 字段后,-Werror=missing-field-initializers 导致 mmc_bm_proxy.cpp 聚合初始化报错。 变更说明 mmc_bm_proxy.cpp:Copy/Put/Get 及 BatchPut/BatchGet/BatchDataPut/BatchDataGet 中,将结构体初始化改为 {} 零初始化后逐字段赋值,stream 默认 nullptr(同步拷贝逻辑不变,仍通过 flags 传 ASYNC_COPY_FLAG)。 under_api/mf_smem/smem_bm_def.h:为 smem_copy_params、smem_batch_copy_params 补充 stream 字段,与 MF 头文件定义对齐。 See merge request: Ascend/memcache!2758 天前
format: reformat all source files with clang-format Co-authored-by: j00808874<jiangchanghong3@huawei.com> # message auto-generated for no-merge-commit merge: !70 merge mr into develop format: reformat all source files with clang-format Created-by: j00808874 Commit-by: j00808874 Merged-by: yrewzjsx Description: # Pull Request Template ## Description format: reformat all source files with clang-format Ensure that future MRs show only *semantic* diffs, not formatting noise ## Related Issues <!-- Replace with actual issue numbers. Example: Closes #123, Related to #456 --> ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Performance optimization - [ ] Documentation update - [ ] Other (please describe):_______________ ## Testing <!-- Describe how the changes were tested. Include: - Unit/integration test coverage - Manual validation steps - Links to CI reports (e.g., CIDA) if available - Note any pending tests --> ## Checklist - [ ] I have performed a self-review of my own code. - [ ] I have updated the documentation. - [ ] I have added tests to prove my changes are effective. See merge request: Ascend/memcache!704 个月前
format: reformat all source files with clang-format Co-authored-by: j00808874<jiangchanghong3@huawei.com> # message auto-generated for no-merge-commit merge: !70 merge mr into develop format: reformat all source files with clang-format Created-by: j00808874 Commit-by: j00808874 Merged-by: yrewzjsx Description: # Pull Request Template ## Description format: reformat all source files with clang-format Ensure that future MRs show only *semantic* diffs, not formatting noise ## Related Issues <!-- Replace with actual issue numbers. Example: Closes #123, Related to #456 --> ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Performance optimization - [ ] Documentation update - [ ] Other (please describe):_______________ ## Testing <!-- Describe how the changes were tested. Include: - Unit/integration test coverage - Manual validation steps - Links to CI reports (e.g., CIDA) if available - Note any pending tests --> ## Checklist - [ ] I have performed a self-review of my own code. - [ ] I have updated the documentation. - [ ] I have added tests to prove my changes are effective. See merge request: Ascend/memcache!704 个月前