Fix MSan use-of-uninitialized-value in SimSIMD SVE functions#101239
Fix MSan use-of-uninitialized-value in SimSIMD SVE functions#101239alexey-milovidov wants to merge 3 commits intomasterfrom
Conversation
Update SimSIMD submodule to include fix for `svmla_*_x` / `svmls_*_x` in SVE accumulator operations. The `_x` (don't-care) variant left inactive lanes undefined, but `svaddv(svptrue, ...)` summed all lanes including those undefined ones. Changed to `_m` (merge) which preserves the accumulator value for inactive lanes. Fixes #101232 https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=100177&sha=a7031a78dd031fc0e90fbeebc0c95df386c5c1a7&name_0=PR&name_1=Stress%20test%20%28arm_msan%29 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|
Workflow [PR], commit [a43cadd] Summary: ❌
AI ReviewSummaryThis PR updates only the ClickHouse Rules
Final Verdict
|
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|
Thanks @nikitamikhaylov — agreed, the submodule update fixing the |
|
@groeneai The issue still reproduces. Do you know what's wrong here? |
Update SimSIMD submodule to include fix for
svmla_*_x/svmls_*_xin SVE accumulator operations. The_x(don't-care) variant left inactive lanes undefined, butsvaddv(svptrue, ...)summed all lanes including those undefined ones. Changed to_m(merge) which preserves the accumulator value for inactive lanes.Fixes #101232
Contrib PR: ClickHouse/SimSIMD#18
Upstream PR: ashvardanian/NumKong#331
https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=100177&sha=a7031a78dd031fc0e90fbeebc0c95df386c5c1a7&name_0=PR&name_1=Stress%20test%20%28arm_msan%29
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
...
Documentation entry for user-facing changes