testing new AVX-512 support for vector indexing #14
matthias314
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you have a computer with AVX-512 (more precisely: AVX512BW), then you can help test the new code for vector indexing. The code supports AVX, AVX2 and AVX-512. However, I don't have access to a computer with AVX-512. On Linux, you can check if you have it by looking at the output of
cat /proc/cpuinfo
.To test the AVX-512 code, download the
shuffle
branchand then say
The result should be equal to
v
. Once this works, we can compare it with AVX2 shuffles, for example viaYour help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions