Skip to content

Commit

Permalink
Fix cherry-pick error (#2700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfurmanek authored Oct 4, 2024
1 parent 51f5718 commit c1d31d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/xla/xla/stream_executor/device_description.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class RocmComputeCapability {
"gfx90a", // MI200
"gfx940", "gfx941", "gfx942", // MI300
"gfx1030", // RX68xx / RX69xx
"gfx1100" // RX7900
"gfx1100", // RX7900
"gfx1200", // RX8900
"gfx1201" // RX8900
};
Expand Down

0 comments on commit c1d31d3

Please sign in to comment.