Y
Hacker News
new
|
ask
|
show
|
jobs
by
fredoralive
1215 days ago
You end up with the issue of what happens if a commonly used library (or even something like glibc) wants to use AVX512 for some common operation, you could end up with most / all processes pinned to the P cores.
1 comments
pantalaimon
1215 days ago
If you explicitly have to request AVX512 that might discourage glibc from using it.
link