Skip to content

GH-40095: [C++][Parquet] Remove AVX512 variants of BYTE_STREAM_SPLIT encoding#40127

Merged
pitrou merged 1 commit intoapache:mainfrom
pitrou:gh40095-bss-avx512
Feb 19, 2024
Merged

GH-40095: [C++][Parquet] Remove AVX512 variants of BYTE_STREAM_SPLIT encoding#40127
pitrou merged 1 commit intoapache:mainfrom
pitrou:gh40095-bss-avx512

Conversation

@pitrou
Copy link
Copy Markdown
Member

@pitrou pitrou commented Feb 19, 2024

Two reasons:

…SPLIT encoding

Two reasons:
* the SSE2 and AVX2 variants are already fast enough (on the order of 10 GB/s)
* the AVX512 variants do not seem faster, and can even be slower, on tested Intel machines
@pitrou pitrou requested a review from wgtmac as a code owner February 19, 2024 09:35
@pitrou pitrou requested a review from cyb70289 February 19, 2024 09:36
@github-actions
Copy link
Copy Markdown

⚠️ GitHub issue #40095 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Feb 19, 2024
@pitrou pitrou merged commit ca67ec2 into apache:main Feb 19, 2024
@pitrou pitrou removed the awaiting committer review Awaiting committer review label Feb 19, 2024
@pitrou pitrou deleted the gh40095-bss-avx512 branch February 19, 2024 10:38
@conbench-apache-arrow
Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit ca67ec2.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++][Parquet] Remove AVX512 variants of BYTE_STREAM_SPLIT encoding

3 participants