Alphane Moon@lemmy.worldcakeM to Hardware@lemmy.worldEnglish · 1 month agoChinese chipmaker readies 128-core, 512-thread CPU with AVX-512 and 16-channel DDR5-5600 supportwww.tomshardware.comexternal-linkmessage-square9fedilinkarrow-up150arrow-down12cross-posted to: hardware@programming.dev
arrow-up148arrow-down1external-linkChinese chipmaker readies 128-core, 512-thread CPU with AVX-512 and 16-channel DDR5-5600 supportwww.tomshardware.comAlphane Moon@lemmy.worldcakeM to Hardware@lemmy.worldEnglish · 1 month agomessage-square9fedilinkcross-posted to: hardware@programming.dev
minus-squareMentalEdge@sopuli.xyzlinkfedilinkEnglisharrow-up4·1 month agoFour threads per core? Is that useful?
minus-squareShawdow194@fedia.iolinkfedilinkarrow-up3·1 month agoI was gonna say this might be more proof of concept than actual applications right now Make the hardware and they will come…
minus-squareUnfortunateShort@lemmy.worldlinkfedilinkEnglisharrow-up5·1 month agoHas been a thing in IBM processors for years. They even do 8-way multithreading. Doesn’t handle fundamentally different than 2-way, except you have less hardware = less compute per thread. Basically the same as using slower clocking cores, if they hide the multithreading right.
minus-squareAlphane Moon@lemmy.worldcakeOPMlinkfedilinkEnglisharrow-up3·1 month agoYes, it’s good for low complexity, large scope use cases. The classic example is transaction processing (that’s what those IBM mainframe with 4 way and 8 way SMT are often used for).
Four threads per core?
Is that useful?
I was gonna say this might be more proof of concept than actual applications right now
Make the hardware and they will come…
Has been a thing in IBM processors for years.
They even do 8-way multithreading. Doesn’t handle fundamentally different than 2-way, except you have less hardware = less compute per thread. Basically the same as using slower clocking cores, if they hide the multithreading right.
Yes, it’s good for low complexity, large scope use cases.
The classic example is transaction processing (that’s what those IBM mainframe with 4 way and 8 way SMT are often used for).