looking for help to test AVX-512 code #15
matthias314
announced in
Announcements
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.
-
I'm currently adding support for fast vector indexing based on AVX, AVX2 and AVX-512 shuffle instructions to SmallCollections.jl. Vector indexing is something like
v[w]
where bothv
andw
are vectors. Unfortunately, I don't have access to an Intel or AMD processor with AVX-512. More precisely, I need AVX512BW. On Linux, you can saygrep avx512bw /proc/cpuinfo
to check if you have it. I've started the conversation #14 where you can read more about the test and post your results. Any help is appreciated!Beta Was this translation helpful? Give feedback.
All reactions