RISC-V Datacenter
2026-08-2515 min read

SiFive BigSky SF-2U870: First Rackable 2U RISC-V Datacenter Server

On August 24, 2026, SiFive introduced BigSky SF-2U870 — the world's first enterprise-grade, rackable 2U RISC-V server. Built around 32 P870-D cores at 2.0 GHz, with DDR5-5600, PCIe Gen5, and out-of-the-box Ubuntu 26.04 LTS / RHEL 10 support, it is designed for software porting, workload tuning, and validation testing in hyperscaler and enterprise datacenters.

SiFive BigSky P870-D Datacenter RVA23 Server CUDA NVLink Fusion

Overview

On August 24, 2026, at an event coinciding with Hot Chips, SiFive announced the BigSky SF-2U870 datacenter development platform — the first enterprise-grade, rackable 2U RISC-V server. It is explicitly positioned as a turnkey development vehicle for hyperscalers, software vendors, and SoC teams to port, tune, and validate server workloads on RISC-V before deploying production silicon.

BigSky is not a reference board or evaluation kit. It is a full server platform with:

SiFive also confirmed it is working with NVIDIA to port CUDA to SiFive-based RISC-V hardware and to integrate NVLink Fusion into future platforms — and that CUDA is already running on the BigSky platform as a head node for NVIDIA GPU-accelerated LLM workloads.

Key Specifications

VendorSiFive
ProductBigSky SF-2U870
Form Factor2U rackmount server
AnnouncedAugust 24, 2026
CPU32x SiFive P870-D RISC-V cores @ 2.0 GHz
ISA ProfileRVA23 (full compliance)
Memory256 GB DDR5-5600
PCIe4x PCIe Gen5 x16 (64 lanes) + PCIe Gen3 x4
Storage2x 7.68 TB U.2 NVMe SSD
Networking10/25 Gb OCP 3.0 NIC
Operating SystemsCanonical Ubuntu 26.04 LTS, Red Hat RHEL 10
GPU EcosystemNVIDIA CUDA ported; NVLink Fusion roadmap
Target UseSoftware porting, workload tuning, system validation
AvailabilityLimited quantities shipping now (contact SiFive sales)

The P870-D Core

The P870-D is SiFive's latest data-center-class RISC-V CPU. It is a derivative of the Performance P870 family, optimized for server workloads with deep caches, enhanced RAS (reliability, availability, serviceability) features, and full RVA23 support. At 32 cores and 2.0 GHz in the BigSky platform, it delivers a substantial amount of integer and vector throughput in a single socket.

RVA23 compliance is critical because it removes the need for custom software ports. Standard enterprise Linux distributions, container runtimes, and compilers can run without vendor-specific patches. This is the same profile that NVIDIA now requires for CUDA on RISC-V.

Why a Development Server, Not a Production Server

SiFive is clear that BigSky is a development platform, not a production server SKU. Its purpose is to close the software gap that has historically slowed RISC-V adoption in the datacenter:

By providing a 2U rackable form factor with standard DDR5, PCIe Gen5, NVMe, and OCP NIC, BigSky fits into existing datacenter racks and operational workflows. This lowers the friction for teams that want to evaluate RISC-V without building custom hardware.

NVIDIA CUDA and NVLink Fusion Integration

The most strategically significant announcement alongside BigSky is SiFive's collaboration with NVIDIA. Key points:

This positions RISC-V as a third-tier host architecture in NVIDIA's ecosystem, alongside x86 and ARM, but strictly for server-grade silicon. Consumer RISC-V boards do not meet the requirements and will not run CUDA.

Quick Start: Check RVA23 Compliance

If you are targeting BigSky or any other CUDA-capable RISC-V platform, the first step is confirming the CPU implements the RVA23 profile. On a running Linux system, inspect the ISA string:

# Read the RISC-V ISA extensions exposed by the kernel
cat /proc/cpuinfo | grep isa

# Typical RVA23-capable output includes:
# rv64imafdcvh_zicbom_zicboz_zicsr_zifencei_zihintpause
# _zba_zbb_zbs_zkn_zks_svpbmt_svinval_svnapot_sstc

# Check for hypervisor (H) extension — required for server virtualization
riscv64-linux-gnu-readelf -A /proc/self/exe | grep Tag_RISCV_arch

For CUDA specifically, the platform must also expose PCIe coherency and peer-to-peer transfer capabilities. These are platform-level features, not CPU ISA features, and are documented in the RISC-V Server Platform specification.

Comparison With Other RISC-V Server Platforms

ParameterSiFive BigSky SF-2U870Milk-V PioneerSpacemiT K1 MUSE Shelf
Form Factor2U rackmountMicro-ATX workstation1U / tower server
CPU32x P870-D @ 2.0 GHz4x SG2042 @ 2.0 GHz8x X60 @ 1.6 GHz
ISA ProfileRVA23RV64GCRV64GC + RVV 1.0
Memory256 GB DDR5-5600Up to 128 GB DDR4Up to 64 GB LPDDR4X
PCIeGen5 x64 lanesGen3 x24 lanesGen2
TargetHyperscaler / enterprise validationDeveloper workstationEdge / gateway
GPU/CUDACUDA ported, NVLink Fusion roadmapNoNo

BigSky sits well above existing RISC-V server hardware in memory capacity, PCIe bandwidth, and target market. It is the first platform explicitly aimed at the same buyers who evaluate Intel Xeon, AMD EPYC, and ARM Neoverse servers.

What This Means for RISC-V

Limitations and Open Questions

Official Resources

Bottom Line

SiFive BigSky is the most credible RISC-V datacenter platform announced to date. It does not instantly make RISC-V a mainstream server option, but it removes the "no hardware to develop on" excuse for enterprise software vendors and hyperscalers. Combined with NVIDIA CUDA and NVLink Fusion support, it gives the ecosystem a clear roadmap for RISC-V in AI and cloud infrastructure.