this post was submitted on 05 Nov 2024
274 points (96.9% liked)

Open Source

31031 readers
465 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Unfortunately, due to the complexity and specialized nature of AVX-512, such optimizations are typically reserved for performance-critical applications and require expertise in low-level programming and processor microarchitecture.

you are viewing a single comment's thread
view the rest of the comments
[–] racemaniac@lemmy.dbzer0.com 125 points 19 hours ago* (last edited 19 hours ago) (1 children)

Whomever wrote this article is just misleading everyone.

First of all, they did this for other kinds of similar instruction sets before, so this is nothing special. Second of all, they measure the speedup compared to a basic implementation that doesn't use any optimizations.

They did the same in the past for AVX-2, which is 67x faster in the test where avx-512 got the 94x speed increase. So it's not 94x faster now, it's 1.4x faster than the previous iteration using the older AVX-2 instruction set. It's barely twice as fast as the implementation using SSE3, and instruction set from 20 years ago....

So yeah, it's awesome that they did the same awesome work for AVX-512, but the 94x boost is just plain bullshit.... it's really sad that great work then gets worded in such a misleading way to form clickbait, rather than getting a proper informative article.....

[–] vithigar@lemmy.ca 39 points 15 hours ago (1 children)

Even more ridiculous since a 1.4x performance increase is already incredible news for anyone who makes regular of this.

If someone found a software optimization that improved, say, blender performance by 1.4x people would be shouting praises from the rooftops.

[–] racemaniac@lemmy.dbzer0.com 5 points 14 hours ago

Indeed, it's a very nice boost, and great work, but this clickbait nonsense is just so stupid....

And i'm really bothered how it's just parrotted everywhere... Doesn't anybody wonder "94x faster is like.... really a LOT.... that can't be true"