From 55c20d23a9ff6fddc2c8b25a3e871ae7cf3d651b Mon Sep 17 00:00:00 2001 From: fjankovi <161825881+fjankovi@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:21:41 +0200 Subject: [PATCH] add gfx1200 to CMAKE_HIP_ARCHITECTURES --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 259f72e0bef4d..0d582533faf21 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -296,7 +296,7 @@ if (onnxruntime_USE_ROCM) endif() if (NOT CMAKE_HIP_ARCHITECTURES) - set(CMAKE_HIP_ARCHITECTURES "gfx908;gfx90a;gfx1030;gfx1100;gfx1101;gfx940;gfx941;gfx942;gfx1201") + set(CMAKE_HIP_ARCHITECTURES "gfx908;gfx90a;gfx1030;gfx1100;gfx1101;gfx940;gfx941;gfx942;gfx1200;gfx1201") endif() file(GLOB rocm_cmake_components ${onnxruntime_ROCM_HOME}/lib/cmake/*)