From e259e1e9fef35c609dd150816345f6c0ecb7e07b Mon Sep 17 00:00:00 2001 From: scxfjiang Date: Mon, 16 Sep 2024 06:50:44 -0500 Subject: [PATCH] scrub navi --- third_party/xla/xla/stream_executor/device_description.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/xla/xla/stream_executor/device_description.h b/third_party/xla/xla/stream_executor/device_description.h index 7fa299f3849ab5..8ed02e972f67d6 100644 --- a/third_party/xla/xla/stream_executor/device_description.h +++ b/third_party/xla/xla/stream_executor/device_description.h @@ -200,8 +200,8 @@ class RocmComputeCapability { "gfx940", // MI300 "gfx941", // MI300 "gfx942", // MI300 - "gfx1030", // Navi21 - "gfx1100" // Navi31 + "gfx1030", // RX68xx / RX69xx + "gfx1100" // RX7900 }; };