528 threads? Sounds perfect for my Chrome tabs.
Intel demos 528-thread chip with 1TB/s of optical bandwidth
Submitted 1 year ago by Geert@lemmy.world to technology@lemmy.world
https://www.theregister.com/2023/09/01/intel_graph_analytics_chip
Comments
DarienGS@lemmy.world 1 year ago
Eccitaze@yiffit.net 1 year ago
Oracle / Microsoft licensing team: 👀💦
ChiefSinner@lemm.ee 1 year ago
But can it play doom?
secret301@sh.itjust.works 1 year ago
I was just thinking to myself if it was possible to have more threads than 2 for each core. I guess this answers that but I didn’t know you could have that many per core!
Why isn’t it more common to have like 4 threads per core?
SlippyCliff76@sh.itjust.works 1 year ago
Multi-threading should just really be called “intelligent scheduling.” It’s making more efficient use of a CPU core by scheduling multiple different lines of code to run on a core at the same time. Some bits of code take longer to run then others and don’t make full use of the CPU during the time they run, so the CPU will schedule another thread/code snippet to run in that gap of downtime.
I’m certain someone will correct me and add clarity to this explanation, of course.
Rakust@kbin.social 1 year ago
I don't even want to think about programming for that
Maticzpl@programming.dev 1 year ago
BobKerman3999@feddit.it 1 year ago
I mean multithreading is hard
Taringano@lemm.ee 1 year ago
Why are you making light of the subject?