-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-39778: [C++] Fix tail-byte access cross buffer boundary in key hash avx2 #39800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @pitrou |
pitrou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
@github-actions crossbow submit -g cpp |
|
Revision: 5fea9bb Submitted crossbow builds: ursacomputing/crossbow @ actions-cfeb62c110 |
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 13b2234. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 202 possible false positives for unstable benchmarks that are known to sometimes produce them. |
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 13b2234. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 202 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…ey hash avx2 (apache#39800) ### Rationale for this change Issue apache#39778 seems caused by a careless (but hard to spot) bug in key hash avx2. ### What changes are included in this PR? Fix the careless bug. ### Are these changes tested? UT included. ### Are there any user-facing changes? No. * Closes: apache#39778 Authored-by: Ruoxi Sun <zanmato1984@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>
…h avx2 (#39800) ### Rationale for this change Issue #39778 seems caused by a careless (but hard to spot) bug in key hash avx2. ### What changes are included in this PR? Fix the careless bug. ### Are these changes tested? UT included. ### Are there any user-facing changes? No. * Closes: #39778 Authored-by: Ruoxi Sun <zanmato1984@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>
Rationale for this change
Issue #39778 seems caused by a careless (but hard to spot) bug in key hash avx2.
What changes are included in this PR?
Fix the careless bug.
Are these changes tested?
UT included.
Are there any user-facing changes?
No.
arrow::compute::Hashing32::ProcessStripes_avx2#39778