已合并
[fix] fix anglev2 def #3629
nextyale创建于 6月29日
[fix] fix anglev2 def #3629
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 nextyale 的贡献)6月29日 添加了label:cann-cla/yes
CANN-robot
6月29日 评论:
6月29日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| math/angle_v2 | ✅ 冯彤, 宋恺 (2/2) | ✅ 冯彤, 宋恺 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
nextyale, thanks for your pull request. All authors of the commits have signed the CLA. 👍


atomgit-bot
6月29日 评论:
6月29日 评论:
变更摘要
此 PR 修复了 Ascend 950 平台上 AngleV2 算子二进制配置文件中 AngleV2_bf16 变体的输出数据类型定义错误。该变体的输入类型为 bfloat16,但其输出 dtype 被错误配置为 float32,导致输入输出类型不匹配。本次修改将输出 dtype 从 float32 修正为 bfloat16,使其与输入类型及该变体的 bf16 语义保持一致。
主要改动
- 修复
AngleV2_bf16输出 dtype: 在angle_v2_binary.json中,将bin_filename为"AngleV2_bf16"的算子变体的输出y参数dtype从"float32"修正为"bfloat16",确保输入与输出数据类型一致。


atomgit-bot
6月29日 评论:
6月29日 评论:
6月29日 添加了label:ci-pipeline-running
CANN-robot
6月29日 评论:
6月29日 评论:
流水线任务触发成功
任务链接 [3420802fcb7d4cf683ac88aad6bddca2][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_experimental_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_harmony-infer | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_ARM_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_experimental_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_X86_monitor_910b | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_X86_monitor_910c | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_X86_monitor_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_harmony-infer-chs-math | ✅ SUCCESS | >>>>> | |
| UT_Test | ✅ SUCCESS | ||
| UT_Test_experimental | ✅ SUCCESS | ||
| UT_Test_kernel | ✅ SUCCESS | ||
| PreSmoke_A900 | ✅ SUCCESS | >>>>> | |
| API_Check | ✅ SUCCESS | >>>>> | |
| PreSmoke_ATK_Test_A2 | ✅ SUCCESS | >>>>> |
[2026-06-29 20:07:40] CI执行结束


CANN-robot
6月29日 评论:
6月29日 评论:
流水线任务触发成功
任务链接 [70531c2992bb42f6970af8f3c4a136f2][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| codecheck_Pr | ✅ SUCCESS | ||
| StaticCheck_codespell_check | ✅ SUCCESS | ||
| StaticCheck_link_validity_check | ✅ SUCCESS | ||
| StaticCheck_resource_existence_check | ✅ SUCCESS | ||
| StaticCheck_tag_closed_check | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| codecheck_codestyle | ✅ SUCCESS | >>>>> | |
| codecheck_precommit | ✅ SUCCESS | >>>>> |
[2026-06-29 20:03:44] CI执行结束


6月29日 添加了label:api-check-pass
6月29日 删除了label:ci-pipeline-running
6月29日 添加了label:ci-pipeline-passed
6月29日 添加了label:approved
songkai111
6月29日 评论:
6月29日 评论:
/lgtm
/approve


6月29日 添加了label:lgtm
6月29日 关闭了关联的issue
6月29日 合入了pull request
描述
修改算子原型信息库,以对齐算子原型代码
测试
已在950环境中,验证通过
类型标签