已合并
deprecate LinearA8W8quant #17110
lifei265创建于 2024年12月28日
deprecate LinearA8W8quant #17110
已合并
从refs/pull/17110/head合入到master
Pull Request已成功合入, 合并人@
(感谢 lifei265 的贡献)2024年12月28日 添加了
ascend-cla/yes
标签
atlasaccount1
2024年12月28日 评论:
2024年12月28日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[4cc2331b91f748c5adddd8292f8679ab]


2024年12月28日 添加了
ci-pipeline-running
标签
atlasaccount1
2024年12月28日 评论:
2024年12月28日 评论:
/torch_npu/contrib/module/linear_a8w8_quant.py


此处折叠了53条消息 查看更多
atlasaccount1
2024年12月31日 评论:
2024年12月31日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[9c3a287a164b4ffaa2c66399822f072d]


atlasaccount1
2024年12月31日 评论:
2024年12月31日 评论:
/torch_npu/contrib/module/linear_a8w8_quant.py


atlasaccount1
2024年12月31日 评论:
2024年12月31日 评论:
| 任务名称 | 状态 | 详情 | 日志 | 出包 | |
|---|---|---|---|---|---|
| codecheck | ✅ | SUCCESS | >>> | N/A | |
| codecheck_scan | ✅ | SUCCESS | >>> | N/A | |
| checkerro | ✅ | SUCCESS | >>> | N/A | |
| codecheck_ftd | ✅ | SUCCESS | >>> | N/A | |
| Build_X86 | ✅ | SUCCESS | >>> | >>> | |
| Build_LibTorch | ✅ | SUCCESS | >>> | >>> | |
| Build_ARM_USE_CXX_ABI | ✅ | SUCCESS | >>> | >>> | |
| UT_X86_01 | ✅ | SUCCESS | >>> | N/A | |
| UT_X86_02 | ✅ | SUCCESS | >>> | N/A | |
| 跳过测试用例 | 否 | ||||
| UT失败过 | 否 | ||||
| 流水线链接 | 点此跳转 | ||||


What type of PR is this?
What does this PR do / why do we need it:
问题:将废弃的LinearA8W8Quant调用的torch_npu.npu_quant_matmul在更新,所以LinearA8W8Quant的功能天然地在更新,导致和文档资料描述不一致(实际功能超过文档描述)
解决方法:基于商分功能不回退的原则,加入拦截并修改相关资料
修改后调用LinearA8W8Quant(out int32)

Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewers: