docs/nvk: Fix description of supported GPUs
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

This description was incorrect in that it impiled we supported Hopper
and Blackwell A, which is not currently the case (see nvk_is_conformant
in nvk_physical_device.c).

Fixes: edd0cb6d56 ("docs/nvk: Update hardware support")
Reviewed-by: Mary Guillemard <mary@mary.zone>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38320>
This commit is contained in:
Mel Henning 2025-11-05 14:21:17 -05:00 committed by Marge Bot
parent c33e278fc0
commit 6e936ebc9c

View file

@ -7,7 +7,8 @@ Hardware support
----------------
NVK currently supports Kepler (GeForce 600 and 700 series) and later GPUs up to
and including Blackwell (RTX 5000 series).
and including Ada (RTX 4000 series), as well as consumer Blackwell GPUs
(RTX 5000 series).
Conformance status:
-------------------