Skip to content

Commit

Permalink
[docs] Add workstation cards to amd gpu table (#19818)
Browse files Browse the repository at this point in the history
Follow up after adding these cards in
#19815.

---------

Signed-off-by: Jakub Kuderski <[email protected]>
  • Loading branch information
kuhar authored Jan 25, 2025
1 parent 1648af4 commit 0082e27
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,12 @@ compile towards each GPU chip. Here is a table of commonly used architectures:
| AMD MI308X | `mi308x` | `gfx942` | `cdna3` |
| AMD RX7900XTX | `rx7900xtx` | `gfx1100` | `rdna3` |
| AMD RX7900XT | `rx7900xt` | `gfx1100` | `rdna3` |
| AMD PRO W7900 | `w7900` | `gfx1100` | `rdna3` |
| AMD PRO W7800 | `w7800` | `gfx1100` | `rdna3` |
| AMD RX7800XT | `rx7800xt` | `gfx1101` | `rdna3` |
| AMD RX7700XT | `rx7700xt` | `gfx1101` | `rdna3` |
| AMD PRO V710 | `v710` | `gfx1101` | `rdna3` |
| AMD PRO W7700 | `w7700` | `gfx1101` | `rdna3` |

For a more comprehensive list of prior GPU generations, you can refer to the
[LLVM AMDGPU backend](https://llvm.org/docs/AMDGPUUsage.html#processors).
Expand Down

0 comments on commit 0082e27

Please sign in to comment.