Every Nvidia GPU has 10 to 30 RISC-V cores inside it
Posted by giuliomagnifico 1 day ago
Comments
Comment by wildzzz 21 hours ago
That's really the best use for RISCV, small embedded microcontrollers handling mundane tasks. I think it's cool people are trying to turn it into a desktop and server platform but it really stands out as being a much cheaper Cortex-M or Cortex-R replacement.
Comment by xyx0826 19 hours ago
Neat. I’ve been watching a lot of Nvidia board level repair videos; the technician would occasionally probe the SPI signal lines to the flash chip containing “VBIOS” code to see if the GPU shows signs of life. Given no external microcontrollers on the board, I’ve always wondered what is the type of core that runs mundane tasks like executing the boot ROM, controlling PWM output for the fans, setting RGB LED colors etc. My guess was on Cortex-M, but I guess I might be wrong.
I think Nvidia made a good choice to concentrate logic into the main die, despite a CPU usually having a separate EC (Embedded Controller) or Super IO chip to deal with bootstrapping and fluff. It likely helped board vendors avoid having to go through 50 STM32 copycat product lines during COVID, even though this means the GPU die’s signals are somewhat exposed in practice and “power users” keep blowing up their cards when trying to do a cooling mod.
Comment by IshKebab 17 hours ago
This news is like a year old. I think they revealed it at the 2025 RISC-V summit in America.
Comment by upboundspiral 8 hours ago
every GPU since the 20 series (2018) ships with Risc-V.
It's what enables their "open" kernel modules. All the talking to the hardware stuff is now done by the Risc-v core.