Remix.run Logo
d_silin 6 hours ago

It is a 88-core ARM v9 chip, for somewhat more detailed spec.

mixmastamyk 5 hours ago | parent | next [-]

Hmm, the 128-core Ampere Altra CPU is already available, and in a case from System76. I wonder what else differentiates it.

If they're going to build CPUs I wish they had used Risc-V instead. They are using it somewhat already.

OneDeuxTriSeiGo 4 hours ago | parent [-]

You can see here[1] what the specs are for the CPU (listed as "NVIDIA Vera Rubin Superchip").

The CPU is integrated with two Rubin GPUs but each of the CPU cores has dedicated FP8 acceleration as well.

1. https://www.nvidia.com/en-us/data-center/vera-rubin-nvl72/

PeterCorless 4 hours ago | parent | prev [-]

Vera does what NVIDIA calls Spatial Multithreading, "physically partitioning each core’s resources rather than time slicing them, allowing the system to optimize for performance or density at runtime." A kind of static hyperthreading; you get two threads per core.

It's somewhat different from how x86 chips do simultaneous multithreading (SMT),