| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
cleancode Co-authored-by: zouyanlong<zouyanlong@h-partners.com> | 3 个月前 | |
950 test aclnnSplitWithSize Co-authored-by: sakya_gyq<geyunqi@huawei.com> | 5 个月前 | |
fix cross dim error Co-authored-by: huangxiaolan<huangxiaolan7@huawei.com> # message auto-generated for no-merge-commit merge: !2067 merge fix_cross_dim into master fix cross dim error Created-by: huangxiaolan Commit-by: huangxiaolan Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> ATB 在 atb::Tensor::ConvertToAtbTensor 把变长维度信息写入固定长度的 atb::Dims::dims[8],但没有任何前置上界检查。该问题影响的公开入口: Python torch_atb.Operation.forward 本 pr 将可能涉及上述越界调用的部分增加了上界检查 ## checklist <!-- [x] 表示选中 --> - [x] 是否通过本地IDE对代码进行静态检查 - [x] 是否通过本地IDE对代码进行格式化处理 - [x] 是否进行空指针校验 - [x] 是否进行返回值校验 - [x] 是否正确释放new/malloc申请的内存 - [x] 是否充分考虑接口的异常场景 - [x] 是否正确记录错误日志 See merge request: cann/ascend-transformer-boost!2067 | 2 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
fix resolvePath Co-authored-by: huangxiaolan<huangxiaolan7@huawei.com> # message auto-generated for no-merge-commit merge: !2066 merge fix_resolvePath into master fix resolvePath Created-by: huangxiaolan Commit-by: huangxiaolan Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> src/atb/utils/comm.cpp 中的多个通信初始化入口会先对 rankTableFile 做 PathCheckAndRegular(),但真正传给 HcclCommInitClusterInfo() 的仍是原始 rankTableFile,不是规范化后的 resolvePath。这形成了典型的 check/use 分离:任何建立在“规范化路径已被真正消费”上的安全假设都会失效。 本 pr 将涉及上述情况的 rankTableFile 修改为 resolvePath.c_str(), 满足安全要求 ## checklist <!-- [x] 表示选中 --> - [x] 是否通过本地IDE对代码进行静态检查 - [x] 是否通过本地IDE对代码进行格式化处理 - [x] 是否进行空指针校验 - [x] 是否进行返回值校验 - [x] 是否正确释放new/malloc申请的内存 - [x] 是否充分考虑接口的异常场景 - [x] 是否正确记录错误日志 See merge request: cann/ascend-transformer-boost!2066 | 2 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
lccl_status_map Co-authored-by: zouyanlong<zouyanlong@h-partners.com> | 6 个月前 | |
lccl_status_map Co-authored-by: zouyanlong<zouyanlong@h-partners.com> | 6 个月前 | |
fix 310prc using global workspace error Co-authored-by: chenwei<chenwei542@huawei.com> # message auto-generated for no-merge-commit merge: !2038 merge br_personal/vallenChen/fix_310prc_error into master fix 310prc using global workspace error Created-by: vallenChen Commit-by: chenwei Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 310PRC环境上暂不支持全局workspace ## checklist <!-- [x] 表示选中 --> - [x] 是否通过本地IDE对代码进行静态检查 - [x] 是否通过本地IDE对代码进行格式化处理 - [x] 是否进行空指针校验 - [x] 是否进行返回值校验 - [x] 是否正确释放new/malloc申请的内存 - [x] 是否充分考虑接口的异常场景 - [x] 是否正确记录错误日志 See merge request: cann/ascend-transformer-boost!2038 | 2 个月前 | |
fix 310prc using global workspace error Co-authored-by: chenwei<chenwei542@huawei.com> # message auto-generated for no-merge-commit merge: !2038 merge br_personal/vallenChen/fix_310prc_error into master fix 310prc using global workspace error Created-by: vallenChen Commit-by: chenwei Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 310PRC环境上暂不支持全局workspace ## checklist <!-- [x] 表示选中 --> - [x] 是否通过本地IDE对代码进行静态检查 - [x] 是否通过本地IDE对代码进行格式化处理 - [x] 是否进行空指针校验 - [x] 是否进行返回值校验 - [x] 是否正确释放new/malloc申请的内存 - [x] 是否充分考虑接口的异常场景 - [x] 是否正确记录错误日志 See merge request: cann/ascend-transformer-boost!2038 | 2 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
fix(rmsnorm): add normParamJson param Co-authored-by: HallCin<qinhao61@h-partners.com> | 5 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
fix gcc13.3.0编译缺少头文件报错 Co-authored-by: zouyanlong<zouyanlong@h-partners.com> # message auto-generated for no-merge-commit merge: !2083 merge gcc13.3.0headfix into master fix gcc13.3.0编译缺少头文件报错 Created-by: ninihihi Commit-by: zouyanlong Merged-by: cann-robot Description: ## 描述 fix gcc13.3.0编译缺少头文件报错 ## checklist - [x] 是否通过本地IDE对代码进行静态检查 - [x] 是否通过本地IDE对代码进行格式化处理 - [x] 是否进行空指针校验 - [x] 是否进行返回值校验 - [x] 是否正确释放new/malloc申请的内存 - [x] 是否充分考虑接口的异常场景 - [x] 是否正确记录错误日志 See merge request: cann/ascend-transformer-boost!2083 | 1 个月前 | |
dump tensor, tensor name as file name Co-authored-by: sakya_gyq<geyunqi@huawei.com> # message auto-generated for no-merge-commit merge: !2080 merge DFX into master dump tensor, tensor name as file name Created-by: sakya_gyq Commit-by: sakya_gyq Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> dump tensor文件名显示为tensor名称 ## checklist <!-- [x] 表示选中 --> - [x] 是否通过本地IDE对代码进行静态检查 - [x] 是否通过本地IDE对代码进行格式化处理 - [x] 是否进行空指针校验 - [x] 是否进行返回值校验 - [x] 是否正确释放new/malloc申请的内存 - [x] 是否充分考虑接口的异常场景 - [x] 是否正确记录错误日志 See merge request: cann/ascend-transformer-boost!2080 | 1 个月前 | |
dump tensor, tensor name as file name Co-authored-by: sakya_gyq<geyunqi@huawei.com> # message auto-generated for no-merge-commit merge: !2080 merge DFX into master dump tensor, tensor name as file name Created-by: sakya_gyq Commit-by: sakya_gyq Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> dump tensor文件名显示为tensor名称 ## checklist <!-- [x] 表示选中 --> - [x] 是否通过本地IDE对代码进行静态检查 - [x] 是否通过本地IDE对代码进行格式化处理 - [x] 是否进行空指针校验 - [x] 是否进行返回值校验 - [x] 是否正确释放new/malloc申请的内存 - [x] 是否充分考虑接口的异常场景 - [x] 是否正确记录错误日志 See merge request: cann/ascend-transformer-boost!2080 | 1 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
下发优化 Co-authored-by: huangxiaolan<huangxiaolan7@huawei.com> | 6 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
修复连续ResetLogLevel场景下导致的日志异常消失 Co-authored-by: dovahkiiin<haorunzhe@h-partners.com> | 6 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 | |
update license Co-authored-by: qq_44359711<caobingjie@huawei.com> | 7 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 3 个月前 | ||
| 5 个月前 | ||
| 2 个月前 | ||
| 7 个月前 | ||
| 2 个月前 | ||
| 7 个月前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 5 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 6 个月前 | ||
| 7 个月前 | ||
| 6 个月前 | ||
| 7 个月前 | ||
| 7 个月前 |