Skip to content

Commit 264017a

Browse files
[ROCm] include gfx908 as supported (#2792)
1 parent e433c11 commit 264017a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Supported NVIDIA GPU architectures.
2626
NVIDIA_SUPPORTED_ARCHS = {"7.0", "7.5", "8.0", "8.6", "8.9", "9.0"}
27-
ROCM_SUPPORTED_ARCHS = {"gfx90a", "gfx942", "gfx1100"}
27+
ROCM_SUPPORTED_ARCHS = {"gfx908", "gfx90a", "gfx942", "gfx1100"}
2828
# SUPPORTED_ARCHS = NVIDIA_SUPPORTED_ARCHS.union(ROCM_SUPPORTED_ARCHS)
2929

3030

0 commit comments

Comments
 (0)