Skip to content

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

Closed
wangzhaode wants to merge 1 commit into
masterfrom
sync/20260714-1133
Closed

[CPU:Bugfix] Fix ConvInt8 SIGSEGV when Conv lacks quantized weight#4618
wangzhaode wants to merge 1 commit into
masterfrom
sync/20260714-1133

Conversation

@wangzhaode

Copy link
Copy Markdown
Collaborator

CPUConvolution.cppCPUBackend.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

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
@wangzhaode wangzhaode closed this Jul 14, 2026
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.

1 participant