|
|
|
|
|
by PragmaticPulp
1515 days ago
|
|
This was massively exaggerated by journalists when AVX-512 was first announced. It is true that randomly applied AVX-512 instructions can cause a slight clock speed reduction, the proper way to use libraries like this would be within specific hot code loops where the mild clock speed reduction is more than offset by the huge parallelism increase. This doesn’t make sense if you’re a consumer doing something multitasking and a background process is invoking the AVX-512 penalty in the background, but it usually would make sense in a server scenario. |
|