87
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
top 47 comments
sorted by: hot top controversial new old
[-] [email protected] 150 points 1 week ago* (last edited 1 week ago)

I highly doubt that unless they invented magic.

Edit: oh... They ommitted the "up to" in the headline.

[-] [email protected] 36 points 1 week ago
[-] [email protected] 34 points 1 week ago* (last edited 1 week ago)

I meant tech radar. Thanks

[-] [email protected] 124 points 1 week ago

This change is likened to expanding a CPU from a one-lane road to a multi-lane highway

This analogy just pegged the bullshit meter so hard I almost died of eyeroll.

[-] [email protected] 11 points 1 week ago

You've got to be careful with rolling your eyes, because the parallelism of the two eyes means that the eye roll can be twice as powerful ^1


(1) If measured against the silly baseline of a single eyeroll

[-] [email protected] 7 points 1 week ago

Apparently the percentage of people actually understanding what they are doing in the management part of the industry is now too low to filter out even such bullshit.

[-] [email protected] 95 points 1 week ago

The TL;DR for the article is that the headline isn't exactly true. At this moment in time their PPU can potentially double a CPU's performance - the 100x claim comes with the caveat of "further software optimisation".


Tbh, I'm sceptical of the caveat. It feels like me telling someone I can only draw a stickman right now, but I could paint the Mona Lisa with some training.

Of course that could happen, but it's not very likely to - so I'll believe it when I see it.

Having said that they're not wrong about CPU bottlenecks and the slowed rate of CPU performance improvements - so a doubling of performance would be huge in this current market.

[-] [email protected] 28 points 1 week ago

Putting the claim instead of the reality in the headline is journalistic malpractice. 2x for free is still pretty great tho.

[-] [email protected] 31 points 1 week ago

Just finished the article, it's not for free at all. Chips need to be designed to use it. I'm skeptical again. There's no point IMO. Nobody wants to put the R&D into massively parallel CPUs when they can put that effort into GPUs.

[-] [email protected] 7 points 1 week ago

Not every problem is amenable to GPUs. If it has a lot of branching, or needs to fetch back and forth from memory a lot, GPUs don't help.

Now, does this thing have exactly the same limitations? I'm guessing yes, but it's all too vague to know for sure. It's sounds like they're doing what superscalar CPUs have done for a while. On x86, that starts with the original Pentium from 1993, and Crays going back to the '60s. What are they doing to supercharge this idea?

Does this avoid some of security problems that have popped up with superscalar archs? For example, some kernel code running at ring 0 is running alongside userspace code, and it all gets the same ring 0 level as a result.

[-] [email protected] 17 points 1 week ago

I get that we have to impress shareholders, but why can’t they just be honest and say it doubles CPU performance with the chance of even further improvement with software optimization. Doubling performance of the same hardware is still HUGE.

[-] [email protected] 0 points 1 week ago
[-] [email protected] 0 points 1 week ago
[-] [email protected] 0 points 1 week ago

They didn't write the title.

[-] [email protected] 0 points 1 week ago

I don't know what "they" you're talking about, but I think it's clear I'm referring to the person responsible for writing the original title. Not OP and not the article author if the publisher is choosing the title.

[-] [email protected] 0 points 1 week ago

And I think it's pretty clear I'm not. And it seems pretty clear the OP wasn't either.

So... are you just stating random things for the fuck of it, or did you have an actual reason for bringing up a non-sequitur?

[-] [email protected] 1 points 1 week ago

Was it though?

[-] [email protected] 5 points 1 week ago

I'm just glad there are companies that are trying to optimize current tech rather than just piling over new hardware every damn year with forced planned obsolescence.

Though the claim is absurd, I think double the performance is NEAT.

[-] [email protected] 6 points 1 week ago

This is new hardware piling. What they claim to do requires reworking manufacturing, is not retroactive with current designs, and demands more hardware components. It is basically a hardware thread scheduler. Cool idea, but it won't save us from planned obsolescence, if anything it is more incentive for more waste.

[-] [email protected] 2 points 1 week ago

Ah, good ol’ magic wishful thinking…

[-] [email protected] 50 points 1 week ago* (last edited 1 week ago)

Why is this bullshit upvoted?
Already the first sentence, they change from the headline "without recoding" to "with further optimization".
Then the explanation "a companion chip that optimizes processing tasks in real-time"
This is already done at compiler level and internally in any modern CPU for more than a decade.

It might be possible to some degree for some specific forms of code, like maybe Java. But generally for the CPU this is bullshit, and the headline is decidedly dishonest.

[-] [email protected] 44 points 1 week ago

Cybercriminals are creaming their jorts at the potential exploits this might open up.

[-] [email protected] 36 points 1 week ago

Please, hackers wear cargo shorts and toe shoes sir

[-] [email protected] 14 points 1 week ago* (last edited 1 week ago)

Oof. But yeah. Fair.

I want to go on record that sometimes I just wear sandals with socks.

[-] [email protected] 7 points 1 week ago

Truly! The scum of the earth!

[-] [email protected] 40 points 1 week ago* (last edited 1 week ago)

🚨 ⚠ 🚨 Hoax alert! 🚨 ⚠ 🚨

[-] [email protected] 35 points 1 week ago

The techradar article is terrible, the techcrunch article is better, the Flow website has some detail.

But overall I have to say I don't believe them. You can't just make threads independent if they logically have dependencies. Or just remove cache coherency latency by removing caches.

[-] [email protected] 7 points 1 week ago

Can't have cache latency if there is no cache!

[-] [email protected] 4 points 1 week ago

So THIS is what the communists were talking about when they told me about the benefits of transitioning to a cacheless society!

[-] [email protected] 31 points 1 week ago

You can download more ram too!

[-] [email protected] 25 points 1 week ago

Overclockers:
"Give me some liquid nitrogen and I'll make that 102x."

[-] [email protected] 3 points 1 week ago

Meh, I just spit on it.

[-] [email protected] 20 points 1 week ago

Hmm, so sounds like they're moving the kernel scheduler down to a hardware layer? Basically just better smp?

[-] [email protected] 18 points 1 week ago

Processors have an execution pipeline, so a single command like mov has some number of actions the CPU takes to execute it. CPU designers already have some magic that allows them to execute these out of order as well as other stuff like pre calculating what they think the next command will probably be.

It's been a decade since my cpu class so I am butchering that explanation, but I think that is what they are proposing messing with

[-] [email protected] 15 points 1 week ago* (last edited 1 week ago)

That's accurate.

Its done through multiple algorithms, but the general idea is to schedule calculations as soon as possible, accounting for data hazards to make sure everything is still equivalent to non out of order execution. Individual circuits can execute different things at the same time. Special hardware is needed to make the algorithms work.

There's also branch prediction which is the same thing kind of except the CPU needs a way to ensure if the prediction was actually correct.

[-] [email protected] 18 points 1 week ago

Has anyone been able to find an actual description of what this does? I clicked two layers deep and neither explains the details. It does sound like they’re doing CPU scheduling in the hardware, which is cool and makes some sense, but the descriptions are too vague to explain what the hell this is except “more parallelism goes brrrr” and it’s not clear to me why current GPUs aren’t already that.

[-] [email protected] 18 points 1 week ago

Others have already laughed at this idea, but on a similar topic:

I know we’ve basically disabled a lot of features that sped up the CPU but introduced security flaws. Is there a way to turn those features back on for an airgapped computer intentionally?

[-] [email protected] 41 points 1 week ago

The kernel option is mitigations=off, if you want to try adding it to your Grub command line? From the testing I've done, provides no benefits whatsoever - no more frames in games, compilation runs no quicker, battery life on a laptop is no better.

https://wiki.archlinux.org/title/Improving_performance#Turn_off_CPU_exploit_mitigations

[-] shundi82 7 points 1 week ago

Haven't used it in years, but it might still work:

https://www.grc.com/inspectre.htm

[-] [email protected] 17 points 1 week ago* (last edited 1 week ago)

Haha okay

Edit: after a skim and a quick Google, this basically looks like a packaging up of existing modern processor features (sorta AVX/SVE with a load of speculative execution thrown on top)

[-] [email protected] 14 points 1 week ago

10 tricks to speed up your cpu and trim belly fat. Electrical engineers hate them! Invest now! Start up is called 'DefinitelyNotAScam'.

[-] [email protected] 12 points 1 week ago
[-] [email protected] 8 points 1 week ago

Gee its like all modern computers already have massively parallel processing devices built in.

[-] [email protected] 6 points 1 week ago

Startup discovers what a northbridge is

[-] [email protected] 6 points 1 week ago

I don't care. Intel promised 5nm 10ghz single core processors by this point and I still want it out of principle

[-] [email protected] 2 points 1 week ago

Hur Hur Hur... PPU

[-] mindbleach 1 points 1 week ago

Probably impossible without some really hideous equation front-and-center in the whitepaper, and I am not seeing it. Like, I'm fully willing to believe there's some way to do linear work in parallel, by transforming it via some mathematician's ayahuasca-fueled master's thesis. But I'm also holding out hope that P=NP.

And either one of those would work just fine on a GPU, because of Turing completeness. If you're pushing new hardware to run software betterer: scam.

this post was submitted on 23 Jun 2024
87 points (66.2% liked)

Technology

55690 readers
2756 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS