Skip to content

[CPU:Bugfix] Fix ConvInt8 SIGSEGV when Conv lacks quantized weight#4596

Merged
Qxinyu merged 1 commit into
masterfrom
sync/20260707-1520
Jul 7, 2026
Merged

[CPU:Bugfix] Fix ConvInt8 SIGSEGV when Conv lacks quantized weight#4596
Qxinyu merged 1 commit into
masterfrom
sync/20260707-1520

Conversation

@Qxinyu

@Qxinyu Qxinyu commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

CPUConvolution.cppCPUBackend.cpp 中添加了检查,确保在执行 ConvInt8 操作时具有量化权重数据,以防止因缺少量化权重而导致的空指针解引用崩溃。

Description

Module

Type

  • Feature
  • Bugfix
  • Perf
  • Refact
  • Style
  • Doc
  • Test
  • Chore

Checklist

  • Commit message follows [Module:Type] Description format
  • Code compiles without errors
  • Tested on relevant platform(s)
  • No unrelated format or style changes included

在 `CPUConvolution.cpp` 和 `CPUBackend.cpp` 中添加了检查,确保在执行 `ConvInt8` 操作时具有量化权重数据,以防止因缺少量化权重而导致的空指针解引用崩溃。
Link: https://code.alibaba-inc.com/AliNN/AliNNPrivate/codereview/28339484
* [CPU:Bugfix] Fix ConvInt8 SIGSEGV when Conv lacks quantized weight
GitOrigin-RevId: 3ab854da7248261bcf77ff0d89fa9589df23cb0b
@Qxinyu
Qxinyu force-pushed the sync/20260707-1520 branch from 356ef74 to 966a99f Compare July 7, 2026 07:43
ValiantDiligent

This comment was marked as low quality.

@ValiantDiligent ValiantDiligent left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Qxinyu
Qxinyu merged commit 30dfb9b into master Jul 7, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants