diff --git a/aten/src/ATen/native/cuda/Blas.cpp b/aten/src/ATen/native/cuda/Blas.cpp index 3bfa1859155f..ad884b5ee09f 100644 --- a/aten/src/ATen/native/cuda/Blas.cpp +++ b/aten/src/ATen/native/cuda/Blas.cpp @@ -259,7 +259,7 @@ static bool isSupportedHipLtROCmArch(int index) { static const std::vector archs = { "gfx90a", "gfx942", #if ROCM_VERSION >= 60300 - "gfx1200", "gfx1201", + "gfx1100", "gfx1101", "gfx1200", "gfx1201", #endif #if ROCM_VERSION >= 60500 "gfx950"