python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AVX512: How to convert first 8 bytes into 8 64-bit integers?
I have an __m512i inputVector where each of the 64 bytes contains some offset. Next I need to add the first 8 byte offsets to 8 64-bit values stored in another __m512i variable (base). (In order to pr...
Linoliumz
Votes: 0
Answers: 2
transpose 8x16 matrix on AVX 512
I have a 8x16 uint32_t matrix already loaded in 8 zmm registers. They have the layout
zmmi = {ai_15, ai_14, ..., ai_1, ai_0}
where i goes from 0 to 7 and ai_j are 32 bit integers for each j from 0 to...
potuz
Votes: 0
Answers: 0