prof of concept auto avx512 vectorization #1593
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DONT'T merge
just example prof of concept for #1591 for output of json_performance on Ryzen 9 9950X -march=znver5
normal code with avx2 code block enabled on znver5
Glaze json write: 0.338783 s, 1886.05 MB/s
Glaze json write: 0.337576 s, 1912.27 MB/s
Glaze json write: 0.231021 s, 3690.51 MB/s
auto vectorized 512 (except movemask_64 )
Glaze json write: 0.318704 s, 2004.88 MB/s
Glaze json write: 0.343197 s, 1880.95 MB/s
Glaze json write: 0.219827 s, 3878.44 MB/s