From 9d60bb44cf314db73dedbfa621e7f725999a8bc8 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Sat, 5 Jul 2025 16:06:30 -0700 Subject: [PATCH] doc: add NVIDIA blackwell to supported list (#11307) --- docs/gpu.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/gpu.md b/docs/gpu.md index 61ff6e4585..464788ccbc 100644 --- a/docs/gpu.md +++ b/docs/gpu.md @@ -7,6 +7,8 @@ Check your compute compatibility to see if your card is supported: | Compute Capability | Family | Cards | | ------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------- | +| 12.0 | GeForce RTX 50xx | `RTX 5060` `RTX 5060 Ti` `RTX 5070` `RTX 5070 Ti` `RTX 5080` `RTX 5090` | +| | NVIDIA Professioal | `RTX PRO 4000 Blackwell` `RTX PRO 4500 Blackwell` `RTX PRO 5000 Blackwell` `RTX PRO 6000 Blackwell` | | 9.0 | NVIDIA | `H200` `H100` | | 8.9 | GeForce RTX 40xx | `RTX 4090` `RTX 4080 SUPER` `RTX 4080` `RTX 4070 Ti SUPER` `RTX 4070 Ti` `RTX 4070 SUPER` `RTX 4070` `RTX 4060 Ti` `RTX 4060` | | | NVIDIA Professional | `L4` `L40` `RTX 6000` |