已合并
fix smoothl1loss blending accuracy #2640
simbaliuxx创建于 2025年6月17日
fix smoothl1loss blending accuracy #2640
已合并
从refs/pull/2640/head合入到master
Pull Request已成功合入, 合并人@
(感谢 simbaliuxx 的贡献)2025年6月17日 添加了
ascend-cla/yes
标签
simbaliuxx
2025年6月18日 评论:
2025年6月18日 评论:
compile


2025年6月18日 添加了
ci-pipeline-running
标签
2025年6月18日 移除了
ci-pipeline-running
标签
2025年6月18日 添加了
ci-pipeline-failed
标签
op_plugin/utils/KernelNpuOutputSize.cpp
@@ -15,6 +15,7 @@
1515
1616
1717
18+
1819
1920
2021
@@ -580,8 +581,9 @@ ctc_loss_npu_output_size(const at::Tensor &log_probs, int64_t max_length)
580581 }
581582 c10::SmallVector<int64_t, SIZE> neg_log_likelihood_size = {batch_size};
582583 int64_t alpha_tail_size = 2 * max_length + 1;
584+ static bool isRegBaseSoc = c10_npu::GetSocVersion() >= c10_npu::SocVersion::Ascend910_95;
2025年6月26日 添加了
ci-pipeline-running
标签
2025年6月26日 移除了
ci-pipeline-failed
标签
op_plugin/utils/KernelNpuOutputSize.cpp
@@ -15,6 +15,7 @@
1515
1616
1717
18+
1819
1920
2021
@@ -580,8 +581,9 @@ ctc_loss_npu_output_size(const at::Tensor &log_probs, int64_t max_length)
580581 }
581582 c10::SmallVector<int64_t, SIZE> neg_log_likelihood_size = {batch_size};
582583 int64_t alpha_tail_size = 2 * max_length + 1;
584+ static bool isRegBaseSoc = c10_npu::GetSocVersion() >= c10_npu::SocVersion::Ascend910_95;
atlasaccount1
2025年6月26日 评论:
2025年6月26日 评论:
流水线已停止!请重新触发


2025年6月26日 移除了
ci-pipeline-running
标签
2025年6月26日 添加了
ci-pipeline-failed
标签
simbaliuxx
2025年6月30日 评论:
2025年6月30日 评论:
compile


atlasaccount1
2025年6月30日 评论:
2025年6月30日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[9fa942eac0a6471ea89cc18e9a4fe347]


2025年6月30日 添加了
ci-pipeline-running
标签
2025年6月30日 移除了
ci-pipeline-failed
标签
atlasaccount1
2025年6月30日 评论:
2025年6月30日 评论:
checklist流水线任务已触发,正在执行,请稍候。任务链接[e34862895c974e76a88f30d15ba455c3]


2025年6月30日 添加了
ci-pipeline-passed
标签
2025年6月30日 移除了
ci-pipeline-running
标签
atlasaccount1
2025年6月30日 评论:
2025年6月30日 评论:
| 检查项 | 状态 | 详情 | |
|---|---|---|---|
| code_check | ✅ | >>> | |
| sca | ✅ | >>> | |
| anti_poison | ✅ | >>> | |
| judge_branch_x86 | ✅ | >>> | |
| judge_branch_arm | ✅ | >>> | |
| Build_master_x86_USE_CXX_ABI_GCC13 | ✅ | >>> | |
| UT_master_x86 | ✅ | >>> | |
| Build_v1110_x86 | ✅ | >>> | |
| UT_v1110_x86 | ✅ | >>> | |
| Build_v210_x86 | ✅ | >>> | |
| UT_v210_x86 | ✅ | >>> | |
| Build_v220_x86 | ✅ | >>> | |
| UT_V220_x86 | ✅ | >>> | |
| Build_v251_x86 | ✅ | >>> | |
| UT_V251_x86 | ✅ | >>> | |
| Build_v260_x86 | ✅ | >>> | |
| UT_V260_x86 | ✅ | >>> | |
| Build_master_ARM_USE_CXX_ABI_GCC13 | ✅ | >>> | |
| Build_v1110_ARM | ✅ | >>> | |
| Build_v210_ARM | ✅ | >>> | |
| UT_v210_ARM_A2 | ✅ | >>> | |
| Build_v220_ARM | ✅ | >>> | |
| Build_v251_ARM | ✅ | >>> | |
| Build_v260_ARM_USE_CXX_ABI | ✅ | >>> | |
| Build_v271_x86 | ✅ | >>> | |
| UT_V271_x86 | ✅ | >>> | |
| Build_v271_ARM | ✅ | >>> | |


2025年7月1日 更新了说明
2025年7月2日 更新了说明
2025年7月2日 更新了标题
2025年7月2日 添加了
approved
标签
2025年7月2日 添加了
lgtm
标签
2025年7月2日 合并了Pull Request(通过 API 合并)
What type of PR is this?
What does this PR do / why do we need it:
Special notes for your reviewers: