Skip to content

Commit

Permalink
Merge pull request #2670 from ROCm/r2.15-rocm-enhanced_scrub_navi
Browse files Browse the repository at this point in the history
Replace "Navi" with corresponding public product names
  • Loading branch information
ScXfjiang committed Sep 17, 2024
2 parents d7d242f + e259e1e commit 0d87524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/xla/xla/stream_executor/device_description.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ class RocmComputeCapability {
"gfx940", // MI300
"gfx941", // MI300
"gfx942", // MI300
"gfx1030", // Navi21
"gfx1100" // Navi31
"gfx1030", // RX68xx / RX69xx
"gfx1100" // RX7900
};
};

Expand Down

0 comments on commit 0d87524

Please sign in to comment.