mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
docs/nvk: Fix description of supported GPUs
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:
parent
c33e278fc0
commit
6e936ebc9c
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ Hardware support
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
NVK currently supports Kepler (GeForce 600 and 700 series) and later GPUs up to
|
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:
|
Conformance status:
|
||||||
-------------------
|
-------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue