已合并
scatterupdate算子输入类型为float8时,动态编译报错修复 #3447
xiaodong666创建于 4月1日
scatterupdate算子输入类型为float8时,动态编译报错修复 #3447
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 xiaodong666 的贡献)4月1日 创建了 pull request,commit e66a6402
4月1日 关联了issue:[Bug-Report|缺陷反馈]: scatterupdate算子输入类型为fp8时报错
CANN-robot
4月1日 评论:
4月1日 评论:
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 |
|---|---|---|
| index | ✅ zhou-qilong, chenqi317 (2/2) | ✅ zhou-qilong, chenqi317 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
xiaodong666, thanks for your pull request. All authors of the commits have signed the CLA. 👍


4月1日 添加了label:cann-cla/yes
4月1日 将FelixTang7,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为评审人
4月1日 将FelixTang7,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为评审人
4月1日 将FelixTang7,crystalhu,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为审查人
4月1日 将FelixTang7,crystalhu,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为审查人
CANN-robot
4月1日 评论:
4月1日 评论:
🔵 source code change are detected, tasks labels is removed in this pull request!


xiaodong666
4月1日 评论:
4月1日 评论:
compile


4月1日 添加了label:ci-pipeline-running
CANN-robot
4月1日 评论:
4月1日 评论:
流水线任务触发成功
任务链接 [0793156ba3b24ea087b71a22eeeeeffa][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Pre_Compile | ✅ SUCCESS | ||
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station_ubuntu24 | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_950_ubuntu24 | ✅ SUCCESS | >>>>> | |
| StaticCheck_codespell_check | ✅ SUCCESS | ||
| StaticCheck_link_validity_check | ✅ SUCCESS | ||
| StaticCheck_resource_existence_check | ✅ SUCCESS | ||
| StaticCheck_tag_closed_check | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| Compile_Ascend_ARM_ubuntu24 | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_single_ubuntu24 | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_experimental_ubuntu24 | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_ARM_950_ubuntu24 | ✅ SUCCESS | >>>>> | |
| Compile_X86_monitor | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_ARM_monitor | ✅ SUCCESS | >>>>> | >>>>> |
| codecheck_style | ✅ SUCCESS | ||
| UT_Test_ophost | ✅ SUCCESS | ||
| UT_Test_opapi | ✅ SUCCESS | ||
| UT_Test_kernel | ✅ SUCCESS | ||
| UT_Test_opgraph | ✅ SUCCESS | ||
| Smoke_A900_npupool | ✅ SUCCESS | >>>>> | |
| API_Check | ✅ SUCCESS | >>>>> | |
| ATK_Test_A2 | ✅ SUCCESS |
[2026-04-01 18:57:44] CI执行结束


4月1日 添加了label:api-check-pass
4月1日 删除了label:ci-pipeline-running
4月1日 添加了label:ci-pipeline-passed
4月2日 添加了label:approved
4月2日 添加了label:lgtm
CANN-robot
4月2日 评论:
4月2日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: chenqi317, zhou-qilong.
Reviewers who wrote a comment of /lgtm are: chenqi317, zhou-qilong.


4月2日 关闭了关联的issue
4月2日 合入了pull request
描述
scatterupdate算子输入类型为float8时,动态编译报错修复。动态编译会将算子的类型与tilingkey共同编译得到.o文件,由于编译器不支持float8因此报错。本算子是纯搬运算子,在kernel中会将float8按照int8类型处理。
关联的Issue
关联Issue #1896
测试
单算子st测试、冒烟测试;
文档更新
NA
类型标签