From c1d31d31d3c815a62b72553e0fe9269efbb341ce Mon Sep 17 00:00:00 2001 From: jayfurmanek Date: Fri, 4 Oct 2024 18:20:14 -0500 Subject: [PATCH] Fix cherry-pick error (#2700) --- third_party/xla/xla/stream_executor/device_description.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/xla/xla/stream_executor/device_description.h b/third_party/xla/xla/stream_executor/device_description.h index 9f0d3c134930f4..a45ef7787f64d9 100644 --- a/third_party/xla/xla/stream_executor/device_description.h +++ b/third_party/xla/xla/stream_executor/device_description.h @@ -257,7 +257,7 @@ class RocmComputeCapability { "gfx90a", // MI200 "gfx940", "gfx941", "gfx942", // MI300 "gfx1030", // RX68xx / RX69xx - "gfx1100" // RX7900 + "gfx1100", // RX7900 "gfx1200", // RX8900 "gfx1201" // RX8900 };