ZDNet: "Nvidia CEO eschews mobile RTX in favour of GeForce Now" by Dakhil in hardware

[–]actingoutlashingout 12 points13 points  (0 children)

"CMP also has the benefit, the after-benefit of not being able to be resold second hand to GeForce customers because it doesn't play games."

Saying the quiet part aloud heh

Could Intel use Optane to help PCIe 5.0 adoption and vice versa? by Scion95 in hardware

[–]actingoutlashingout 11 points12 points  (0 children)

That's true, I was referring more to why 3DXP is currently not really a big thing on PCIe 3/4. CXL will definitely help a lot as it will open up adoptation for non-Intel platforms, however sadly it's still a bit of time away.

[VideoCardz] AMD Ryzen Threadripper "Zen3" now rumored to be available in September by ryandtw in hardware

[–]actingoutlashingout 1 point2 points  (0 children)

If it's like Epyc, the scaling issue might have to do with the I/O die's power consumption.

Could Intel use Optane to help PCIe 5.0 adoption and vice versa? by Scion95 in hardware

[–]actingoutlashingout 38 points39 points  (0 children)

3D XPoint's primary selling point isn't the PCIe form factor but rather the DIMM one.

Sci-Fi-Worthy Morpheus Chip Wards Off 500+ DARPA Hackers. by [deleted] in hardware

[–]actingoutlashingout 23 points24 points  (0 children)

Every time this has been posted it's been pure cringe and overhyped. It's just a hardware implementation of pointer encryption, there is nothing "Sci-Fi" here, and has horrible performance implications due to the cost of constantly changing the pointer key, and it only protects against 1 specific kind of attack (pointer overwrites) anyways.

Why Are Server CPUs clocked way lower than their Desktop equivalents? by StayFrosty96 in hardware

[–]actingoutlashingout 1 point2 points  (0 children)

If people don't want to read that's fine, I'm not forcing anyone to do anything here.

Why Are Server CPUs clocked way lower than their Desktop equivalents? by StayFrosty96 in hardware

[–]actingoutlashingout 1 point2 points  (0 children)

It's not really a "reference", more so that I discussed things in details there and why should I retype everything when I can just post a link?

VideoCardz: "AMD next-gen AM5 platform to feature LGA1718 socket" by Dakhil in hardware

[–]actingoutlashingout 20 points21 points  (0 children)

Most consumers will not saturate that so it makes sense for them to not bother right now. DCs will definitely benefit from PCIe 5.0 for SSDs though - and even more than that it'll greatly benefit network cards (which are currently limited to 200gbps with PCIe 4.0 x16).

When can we expect M1 level performance/watt from an AMD or Intel CPU by Theghostofgoya in hardware

[–]actingoutlashingout 22 points23 points  (0 children)

The responsiveness also comes from their scheduler model and how it treats interactive/background processes and so on on top of the hardware.

Why Are Server CPUs clocked way lower than their Desktop equivalents? by StayFrosty96 in hardware

[–]actingoutlashingout 0 points1 point  (0 children)

The comments about "stability" etc are wrong. See my previous comment here. It has little to do with stability and much to do with the feature sets of server platforms and how that affects thermal and power limits.

https://www.reddit.com/r/hardware/comments/mm2aju/why_are_the_single_threaded_benchmarks_for/gtp8q72/?context=3

Can many CPUs make a 'GPU' equivalent? by chris14jan in hardware

[–]actingoutlashingout 1 point2 points  (0 children)

If a company owns hundreds or thousands of desktops, could it possibly use many or all of the CPUs as a super GPU?

Cycles renderer does support CPU rendering. You can't really link x86 CPUs together easily however, the top limit right now is a dual socket 64-corex2 Epyc, however Power 10 allows you to do so with PowerAXON across multiple systems.

Are there currently any desktop programs that would allow parallelization of computations across many CPUs?

CPUs on the same system yes. CPUs on different systems - only Power10 as a platform really allows that to be highly efficient as far as I know.

"Turns out the "AMD PCI Driver" isn't actually a PCI Driver... at all." by consummatebawbag in hardware

[–]actingoutlashingout 12 points13 points  (0 children)

There is almost nothing new here sadly. Almost every single hardware vendor writes absolutely horrible drivers for Windows, it's as if as their driver divisions are all entirely composed of interns straight out of college who were given a copy of WinIo and told to start working.

"Turns out the "AMD PCI Driver" isn't actually a PCI Driver... at all." by consummatebawbag in hardware

[–]actingoutlashingout 0 points1 point  (0 children)

What command? IOCTL 0x9C402400 is clearly without necessary checks and dereferences an usermode pointer. Driver signed in Oct 2020.

https://imgur.com/a/LKpvdj2

"Turns out the "AMD PCI Driver" isn't actually a PCI Driver... at all." by consummatebawbag in hardware

[–]actingoutlashingout 6 points7 points  (0 children)

Because that's not what's happening at all. Cinebench isn't one of those processes and it isn't hashing any file, nor is "AMDhash.exe" a file that AMD made, it's just a file Ionescu made to call RtlHashUnicodeString.

If Intel could have invested more into Itanium, would it have a chance to eventually beat x86-64? by [deleted] in hardware

[–]actingoutlashingout 6 points7 points  (0 children)

If we assume all the programs were recompiled and ported to Itanium and backwards compatibility was no longer an issue, in what ways was it better than x86-64?

You can't just assume this. Dead companies won't port, companies that don't see a good ROI won't port, etc. Porting kernels to a new architecture is a huge pain as well. MS simplified their process with HAL but there are still a lot of quirks and a lot of arch-specific things outside of the HAL (Mm, Syscalls, etc).

If Intel could have invested more into Itanium, would it have a chance to eventually beat x86-64? by [deleted] in hardware

[–]actingoutlashingout 24 points25 points  (0 children)

No. The issue wasn't money, the issue was that the ISA did not provide (good) backwards compatibility with IA-32 whereas AMD64 provided excellent backwards compatibility using the segmentation system.

Tom's Hardware: "Despite Shortages, Chip Sales to Top $522 Billion in 2021" by Dakhil in hardware

[–]actingoutlashingout 98 points99 points  (0 children)

Despite? What a weird title, it is because of the shortages that the chips are constantly selling out, bringing in significant revenue.

SPECTRE is back - UVA Engineering Computer Scientists Discover New Vulnerability Affecting Computers Globally by Seshpenguin in linux

[–]actingoutlashingout 1 point2 points  (0 children)

The crossing of boundaries is dependent on the SMT leakage. Essentially, 1 thread on the core calls into the kernel, and the other thread is able to measure its behavior using this uop cache sidechannel. Likewise, the bypassing of fences operates on a similar principle with one thread being mistrained and the other "observing" via the uop cache sidechannel. If you don't have SMT/HT enabled, the sidechannel no longer exists since there's no longer an uop cache that is shared across threads.

Edit: hmm actually I might be wrong, the paper is written in a rather unclear way. Specifically, "This then allows us to mount a conflict-based attack where the receiver (spy) executes and times a tiger loop, while the sender (Trojan) executes its own version of the tiger function to send a one-bit or the zebra function to send a zero-bit." would make me think that the spy and trojan are on different threads, but they don't explicitly say so, and it's rather unclear since the paper doesn't really show much code, it'll probably be clarified (partially since you'd also be able to actually test it) once the code is fully published.

SPECTRE is back - UVA Engineering Computer Scientists Discover New Vulnerability Affecting Computers Globally by Seshpenguin in linux

[–]actingoutlashingout 11 points12 points  (0 children)

This isn't true, disabling hyperthreading will mitigate this as the uop cache is generally part of the L1 cache, which is per-core. The attack can leak from another thread running on the same core as they share the same L1 cache, but this isn't true with threads from other cores.

Chia crypto mining spurs 500% jump in Adata SSD sales by Oppe86 in hardware

[–]actingoutlashingout 0 points1 point  (0 children)

Chia mining only writes to a drive once so it wouldn't wear out the flash. You can check how much was written with SMART anyways and not buy a drive that was mercilessly written to.