SiFive + AMD ROCm on BigSky — RISC-V Head Node Gets Its Second GPU Stack
On September 15, 2026, at the AI Infra Summit in Santa Clara, SiFive and AMD demonstrated AMD ROCm 10.0 running on the SiFive BigSky SF-2U870 datacenter development platform. In a demonstration-only system, the companies showed the Gemma4-E2B LLM running with 32 SiFive Performance P870-D RISC-V cores acting as the head node and AMD Radeon AI PRO R9700 GPUs driving the inference offload. The demo ran inside the RISC-V International Pavilion at the summit (September 15–17, Santa Clara Convention Center).
The significance is simple: weeks after NVIDIA showed its CUDA stack running on RVA23 test hardware, a second major GPU vendor has validated the RISC-V head-node path. Both accelerator ecosystems — CUDA and ROCm — have now been demonstrated on RISC-V host CPUs. For an ecosystem that has spent a decade proving itself in embedded and edge designs, this is the clearest signal yet that RISC-V is being taken seriously as AI-infrastructure silicon.
The BigSky SF-2U870 Platform — Official Hardware Specifications
The BigSky SF-2U870 is the 2U rack-mount development platform SiFive announced at Hot Chips 2026, designed explicitly for software porting, workload tuning, and validation testing ahead of custom silicon commitments. Specifications from the official announcement:
| Component | Specification |
|---|---|
| CPU | 32× SiFive Performance P870-D cores @ 2.0 GHz (RVA23-compliant) |
| Memory | 256 GB DDR5-5600 |
| PCIe | 4× PCIe Gen5 x16 (64 lanes total) + PCIe Gen3 x4 |
| Storage | 2× 7.68 TB U.2 NVMe SSD |
| Network | 10/25 Gb OCP 3.0 NIC |
| Form factor | 2U rack-mount, OCP-compliant for standard datacenter racks |
| Availability | Available today (contact SiFive sales); produced in limited quantities |
The 64 lanes of PCIe Gen5 are the point: they leave room for double-wide GPU slots and dedicated accelerators, which is precisely what makes the platform usable as a head node feeding GPU clusters. The four Gen5 x16 slots are how a Radeon AI PRO R9700 — or, in other labs, an NVIDIA accelerator — gets attached to a RISC-V host at full bandwidth.
What Exactly Ran in the Demo
| Stack layer | Demo component | Role |
|---|---|---|
| Host CPU | 32× SiFive P870-D @ 2.0 GHz (BigSky head node) | Orchestration, scheduling, I/O, serving the model pipeline to the GPUs |
| GPU | AMD Radeon AI PRO R9700 | Inference offload via PCIe Gen5 |
| GPU software | AMD ROCm 10.0 (open source) | Compute runtime, HIP, and the ROCm software stack running on a RISC-V host for the first time publicly |
| Workload | Gemma4-E2B LLM | End-to-end LLM inference driven through the RISC-V head node |
| OS context | Enterprise Linux on RVA23 | Ubuntu 26.04 LTS and RHEL 10 both run on BigSky (see below) |
The strategic framing from both companies was “open source software meets open standard architecture”: Matt Langman (SVP Datacenter, SiFive) positioned ROCm on BigSky as enabling “hyperscalers and developers to run advanced AI workloads seamlessly on RISC-V,” while AMD’s Ramine Roane (corporate VP, AI software product management) called the demo “an early step in enabling developers to explore ROCm-based AI acceleration on RISC-V host platforms.”
Why the Head Node Is the Prize
The head node is the least glamorous and most strategic socket in an AI cluster. It runs orchestration, scheduling, API serving, tool calls, and KV-cache management — the control plane that feeds accelerators their work. NVIDIA itself builds the Vera CPU on a custom Arm core for exactly this duty inside its rack-scale systems. NVLink Fusion exists because some customers want that seat filled by silicon they control.
That is the opening RISC-V is walking through. A merchant RISC-V head node gives hyperscalers and system vendors a way to validate the entire software path — enterprise Linux, drivers, GPU runtimes, cluster tooling — on open-standard silicon before committing to a custom SoC tape-out. Both demos (CUDA, ROCm) target precisely this socket, not the accelerator itself.
CUDA vs ROCm on RISC-V — Where Each Path Stands
| Dimension | NVIDIA CUDA path | AMD ROCm path |
|---|---|---|
| Status | CUDA ported and running on RVA23 test hardware in NVIDIA labs | ROCm 10.0 demoed live at AI Infra Summit on BigSky (2026-09-15) |
| Hardware | At least three RVA23 CPUs in NVIDIA’s labs; BigSky (P870-D) the first shown publicly | BigSky SF-2U870: 32× P870-D head node + Radeon AI PRO R9700 |
| Workload shown | CUDA stack operational; LLM head-node feeding demonstrated | Gemma4-E2B LLM inference, ROCm 10.0 on RISC-V host |
| Extra requirements beyond RVA23 + server platform spec | “Roughly two pages” — principally PCIe I/O coherency and peer-to-peer (P2P) | Same class of platform requirements (PCIe coherency for GPU offload) |
| Interconnect roadmap | NVLink Fusion (~88-lane C2C with CHI coherence) planned for future SiFive platforms | Announced as ongoing evaluation; no proprietary interconnect requirement stated |
| Software model | CUDA (proprietary) | ROCm (open source) |
| First shown | Partnership announced January 2026; running code shown mid-2026 | September 15, 2026 |
Note the asymmetry: NVIDIA’s full C2C/NVLink Fusion integration is explicitly future work, while AMD’s path runs over standard PCIe Gen5 — the same commodity fabric any x86 or Arm server uses today. That makes the ROCm demo, at this stage, the more “ordinary” integration: no custom interconnect, no special silicon, just a standards-compliant RISC-V host with enough PCIe lanes.
The Software Floor Under the Demo: Enterprise Linux on RVA23
None of this lands in a vacuum. The OS layer under BigSky has been maturing all year:
| Distribution | RISC-V status | Source |
|---|---|---|
| Ubuntu | Full archive rebuild of ~30,000 packages on RVA23 for 25.10, promoted into 26.04 LTS (April 2026) | Canonical (Gordan Markuš, Director of Silicon Alliances) |
| Debian | Package availability at roughly 95% of the most-deployed architectures | Canonical / Debian ports data |
| RHEL | RHEL 10 running on BigSky; Red Hat CTO organization frames the port as moving “from theoretical phase into production-grade reality” | Red Hat (Brian Harrington, Strategist) |
The P870-D Under the Hood
The P870-D is the datacenter-oriented member of SiFive’s Performance P870 family — a 6-wide out-of-order core announced in August 2024, scalable to 32 cores per cluster and up to 256 coherent cores over a CHI bridge. BigSky pairs 32 of them at 2.0 GHz with DDR5-5600, which is a credible baseline for the head-node duty cycle: interrupt handling, network serving, scheduling, and I/O fan-out to GPUs. What SiFive has not published is performance data — no SPEC, no power, no pricing — so the platform proves software compatibility while leaving the competitive question open.
What it does prove, per NVIDIA’s own porting team, is how small the remaining delta is: beyond the RVA23 profile and the RISC-V Server Platform Specification, the extra requirements for a CUDA-class host totaled roughly two pages — principally PCIe coherency and peer-to-peer support. AMD’s ROCm demo lands on the same requirements list. For SoC teams, that is the actionable takeaway: PCIe I/O coherency and P2P are the gate to both GPU ecosystems.
What This Means for the RISC-V Datacenter Road
- Both GPU ecosystems are now open to RISC-V hosts. CUDA and ROCm have both been demonstrated on RISC-V head nodes within months of each other. Vendor lock-in on the host side just got weaker — which is the entire open-standard argument.
- The head node is the entry socket, and it is achievable. It does not require beating x86/Arm on throughput; it requires RVA23 + server platform compliance + PCIe coherency + enterprise Linux + a GPU runtime. BigSky checks all five.
- Development platforms are the Arm playbook, replayed. Arm spent years getting development systems into developers’ hands before hyperscaler custom silicon followed. BigSky (limited quantities, lead customers unnamed) is at exactly that stage.
- The conversion test is 12 months out. SiFive is an IP vendor spending margin to shorten customers’ schedules; the bet pays only if BigSky porting work converts into licensed custom SoCs. Watch for named hyperscaler tape-outs — that is the metric that matters.
- For RISC-V SoC builders: if your roadmap targets AI infrastructure at any level, put PCIe Gen5 I/O coherency and P2P on the mandatory list, run enterprise Linux on RVA23 from day one, and validate against both CUDA and ROCm host requirements — they are now the de-facto specification.
Timeline: From Hot Chips to Two GPU Stacks
| Date | Event |
|---|---|
| August 2024 | SiFive announces P870 (6-wide OoO core family); “-D” datacenter variant follows |
| October 2024 | RVA23 profile ratified — vector + hypervisor + server-mandated extensions in the base |
| January 2026 | SiFive–NVIDIA partnership announced: CUDA on RISC-V, NVLink Fusion opening the custom CPU slot |
| April 2026 | Ubuntu 26.04 LTS ships with the ~30,000-package RVA23 rebuild; SiFive closes $400M Series G (NVIDIA among investors) |
| June 2026 | RISC-V Server Platform Specification 1.0 released at RISC-V Summit Europe |
| August 2026 (Hot Chips) | BigSky SF-2U870 unveiled: first enterprise-grade 2U RISC-V rack server; CUDA shown running on BigSky-class hardware; Ubuntu 26.04 LTS + RHEL 10 out of the box |
| September 15, 2026 | SiFive + AMD demonstrate ROCm 10.0 on BigSky (P870-D head node + Radeon AI PRO R9700, Gemma4-E2B LLM) at AI Infra Summit — second GPU stack validated on RISC-V |
SiFive + AMD:ROCm 10.0 跑上 BigSky,RISC-V 头节点迎来第二家 GPU 生态
2026 年 9 月 15 日,在圣克拉拉举办的 AI Infra Summit 上,SiFive 与 AMD 现场演示了 AMD ROCm 10.0 运行在 SiFive BigSky SF-2U870 数据中心开发平台上的完整链路:由 32 颗 SiFive Performance P870-D RISC-V 核心担任头节点(head node),AMD Radeon AI PRO R9700 GPU 负责推理卸载,跑通 Gemma4-E2B 大语言模型。演示系统位于大会的 RISC-V International 展馆(9 月 15–17 日,圣克拉拉会展中心)。
意义重大:就在几周前,NVIDIA 刚展示 CUDA 栈在 RVA23 测试硬件上运行;如今第二家 GPU 大厂也验证了 RISC-V 头节点路径。CUDA 与 ROCm 两大加速生态都已在 RISC-V 主机 CPU 上完成演示——这是 RISC-V 被 AI 基础设施领域认真对待的最明确信号。
BigSky SF-2U870 官方硬件规格
| 部件 | 规格 |
|---|---|
| CPU | 32 颗 SiFive Performance P870-D 核心 @ 2.0 GHz(符合 RVA23) |
| 内存 | 256 GB DDR5-5600 |
| PCIe | 4 组 PCIe Gen5 x16(共 64 lane)+ PCIe Gen3 x4 |
| 存储 | 2 块 7.68 TB U.2 NVMe SSD |
| 网络 | 10/25 Gb OCP 3.0 网卡 |
| 形态 | 2U 机架式,符合 OCP 规范,可入标准数据中心机柜 |
| 供货 | 现已可用(联系 SiFive 销售);限量生产 |
64 条 PCIe Gen5 lane 是关键:双宽 GPU 插槽与专用加速卡都有位置,这正是头节点喂饱 GPU 集群的物理前提。Radeon AI PRO R9700(以及别的实验室里的 NVIDIA 加速卡)就是通过这些槽位以全带宽挂到 RISC-V 主机上的。
演示栈到底跑了什么
| 层级 | 组件 | 角色 |
|---|---|---|
| 主机 CPU | 32 颗 P870-D @ 2.0 GHz(BigSky 头节点) | 编排、调度、I/O、向 GPU 供数 |
| GPU | AMD Radeon AI PRO R9700 | 经 PCIe Gen5 推理卸载 |
| GPU 软件 | AMD ROCm 10.0(开源) | 首次公开在 RISC-V 主机上运行完整 ROCm 栈 |
| 负载 | Gemma4-E2B LLM | 经 RISC-V 头节点端到端推理 |
| OS | 企业级 Linux on RVA23 | Ubuntu 26.04 LTS 与 RHEL 10 均已在 BigSky 上运行 |
两家公司的口径高度一致:开源软件 × 开放标准架构。SiFive 数据中心高级副总裁 Matt Langman 表示此举让「超大规模客户与开发者能在 RISC-V 上无缝运行先进 AI 工作负载」;AMD AI 软件产品管理副总裁 Ramine Roane 称这是「开发者在 RISC-V 主机平台上探索 ROCm AI 加速的早期一步」。
为什么头节点才是真正值得争的位置
头节点是 AI 集群里最不起眼却最具战略价值的插槽:编排、调度、API 服务、工具调用、KV cache 管理都在这里——它是给加速器派活的控制面。NVIDIA 自己的机架系统里,Vera CPU 用的正是自研 Arm 核来做这件事;NVLink Fusion 之所以存在,就是因为有客户希望这个位置由自己可控的硅片来坐。商用的 RISC-V 头节点,让超大规模客户在投入定制 SoC 流片之前,能先在开放标准硅片上验证整条软件链路(企业 Linux、驱动、GPU 运行时、集群工具)。CUDA 与 ROCm 两个演示瞄准的都是这个插槽,而非加速器本身。
CUDA 路线 vs ROCm 路线
| 维度 | NVIDIA CUDA 路线 | AMD ROCm 路线 |
|---|---|---|
| 状态 | CUDA 已移植并在 NVIDIA 实验室的 RVA23 测试硬件上运行 | 2026-09-15 在 AI Infra Summit 现场演示于 BigSky |
| 硬件 | NVIDIA 实验室至少 3 颗 RVA23 CPU;BigSky(P870-D)首个公开 | BigSky SF-2U870:32 颗 P870-D 头节点 + Radeon AI PRO R9700 |
| 展示负载 | CUDA 栈运行;LLM 头节点供数演示 | Gemma4-E2B LLM 推理,ROCm 10.0 on RISC-V 主机 |
| RVA23+服务器平台规范之外的额外要求 | 「大约两页」——核心是 PCIe I/O 一致性与 P2P | 同类平台要求(GPU 卸载所需的 PCIe 一致性) |
| 互连路线 | NVLink Fusion(约 88 lane C2C、CHI 一致性)规划于未来平台 | 持续评估中;未提出专有互连要求 |
| 软件模型 | CUDA(专有) | ROCm(开源) |
注意不对称性:NVIDIA 的完整 C2C/NVLink Fusion 集成明确属于未来工作,而 AMD 路线跑在标准 PCIe Gen5 上——与今天任何 x86/Arm 服务器相同的通用结构。这使得 ROCm 演示在现阶段是更「普通」的集成:没有专有互连,没有特殊硅片,只有一台 PCIe lane 足够多的合规 RISC-V 主机。
演示之下的地基:RVA23 上的企业级 Linux
| 发行版 | RISC-V 状态 | 来源 |
|---|---|---|
| Ubuntu | 25.10 完成 RVA23 全量约 30,000 包重建,并入 26.04 LTS(2026 年 4 月) | Canonical(Gordan Markuš,硅联盟总监) |
| Debian | 软件包可用率约达主流架构的 95% | Canonical / Debian ports 数据 |
| RHEL | RHEL 10 已在 BigSky 上运行;Red Hat CTO 团队称移植已「从理论阶段进入生产级现实」 | Red Hat(Brian Harrington,战略师) |
给 RISC-V SoC 团队的行动清单
- 两大 GPU 生态已对 RISC-V 主机开放:CUDA 与 ROCm 相继完成演示,主机侧绑定被削弱——这正是开放标准的全部意义。
- 头节点是可企及的入口:不要求在吞吐上击败 x86/Arm,只要求 RVA23 + 服务器平台规范 + PCIe 一致性 + 企业 Linux + 一个 GPU 运行时。BigSky 五项全过。
- PCIe I/O 一致性与 P2P 是双生态的总闸门:NVIDIA 移植团队的「两页额外要求」与 AMD 的要求清单是同一张。把它写进强制需求。
- 真正的考验在未来 12 个月:SiFive 是 IP 商,在用利润换客户的时间表;只有 BigSky 上的移植工作转化为定制 SoC 授权,这笔投入才算赢。盯「具名超大规模客户流片」这个指标。
SiFive + AMD: ROCm 10.0 на BigSky — второй GPU-стек для RISC-V head node
15 сентября 2026 на AI Infra Summit (Санта-Клара) SiFive и AMD продемонстрировали AMD ROCm 10.0 на платформе BigSky SF-2U870: 32 ядра SiFive P870-D в роли head node, инференс LLM Gemma4-E2B разгружается на GPU AMD Radeon AI PRO R9700 через PCIe Gen5. Демонстрационная система показана в павильоне RISC-V International (15–17 сентября).
Значение: через несколько недель после демонстрации CUDA от NVIDIA второй крупный GPU-вендор подтвердил путь RISC-V head node. Характеристики BigSky: 32× P870-D @ 2.0 ГГц (RVA23), 256 ГБ DDR5-5600, 64 линии PCIe Gen5, 2× 7.68 ТБ U.2 NVMe, 10/25 Гб OCP 3.0. Это демонстрация, не продукт: показателей производительности и цен нет.
Ключевой вывод для разработчиков SoC: требования сверх RVA23 и серверной платформенной спеки — это «около двух страниц», прежде всего когерентность PCIe I/O и peer-to-peer. Они же открывают оба GPU-стека (CUDA и ROCm). ОС-фундамент: Ubuntu 26.04 LTS (~30 000 пакетов RVA23), Debian ~95%, RHEL 10 на BigSky. Следующий рубеж — именные заказы hyperscalers на кастомные SoC в течение ближайших 12 месяцев.
SiFive + AMD: ROCm 10.0 sobre BigSky — el segundo stack de GPU para el head node RISC-V
El 15 de septiembre de 2026, en el AI Infra Summit (Santa Clara), SiFive y AMD demostraron AMD ROCm 10.0 sobre la plataforma de desarrollo para datacenter BigSky SF-2U870: 32 núcleos SiFive P870-D como nodo principal (head node) y la inferencia del LLM Gemma4-E2B descargada a GPUs AMD Radeon AI PRO R9700 vía PCIe Gen5. La demostración se mostró en el pabellón de RISC-V International (15–17 de septiembre).
Importancia: pocas semanas después de que NVIDIA mostrara CUDA sobre hardware RVA23, un segundo gran fabricante de GPU valida el camino del head node RISC-V. Especificaciones de BigSky: 32× P870-D a 2.0 GHz (RVA23), 256 GB DDR5-5600, 64 líneas PCIe Gen5, 2× 7.68 TB U.2 NVMe, NIC OCP 3.0 de 10/25 Gb. Es una demostración, no un producto: sin cifras de rendimiento ni precios.
Conclusión para equipos de SoC: los requisitos adicionales más allá de RVA23 y la especificación de plataforma de servidor caben «en unas dos páginas» — coherencia de E/S PCIe y peer-to-peer — y abren ambos ecosistemas de GPU (CUDA y ROCm). Base de software: Ubuntu 26.04 LTS (~30.000 paquetes RVA23), Debian ~95%, RHEL 10 sobre BigSky. La prueba real: diseños personalizados nombrados por hyperscalers en los próximos 12 meses.
Sources
- 1. SiFive Press Release (2026-09-15) — SiFive and AMD Collaborate to Optimize AMD ROCm on RISC-V Datacenter Servers
- 2. Futurum Group — SiFive BigSky Ships the First RISC-V Server. Is the GPU Head Node the Prize?
- 3. Open RISC-V Blog — NVIDIA Defines RISC-V as Third Server CPU for CUDA & NVLink Fusion (Hot Chips 2026)
- 4. SiFive 中文官网 — BigSky 开发服务器与 RISC-V 数据中心产品线