From 0082e276f9c636612ce1db7f05c583f0afad1dbb Mon Sep 17 00:00:00 2001 From: Jakub Kuderski Date: Sat, 25 Jan 2025 13:41:24 -0500 Subject: [PATCH] [docs] Add workstation cards to amd gpu table (#19818) Follow up after adding these cards in https://github.com/iree-org/iree/pull/19815. --------- Signed-off-by: Jakub Kuderski --- .../website/docs/guides/deployment-configurations/gpu-rocm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/website/docs/guides/deployment-configurations/gpu-rocm.md b/docs/website/docs/guides/deployment-configurations/gpu-rocm.md index caf834502a95..f8c499b6bd36 100644 --- a/docs/website/docs/guides/deployment-configurations/gpu-rocm.md +++ b/docs/website/docs/guides/deployment-configurations/gpu-rocm.md @@ -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).