From b29ddeab53fffd1a8ce92029d7dd9b2e1ea67c24 Mon Sep 17 00:00:00 2001 From: Joseph Groenenboom Date: Mon, 17 Jul 2023 11:44:12 -0500 Subject: [PATCH] Add Support for gfx1100 (#12) * Add Support for gfx1100 --------- Co-authored-by: Joseph Groenenboom Co-authored-by: Jeff Daily --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index d8a8a66fa329b..d8ce02fd87747 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -272,7 +272,7 @@ if (onnxruntime_USE_ROCM) endif() if (NOT CMAKE_HIP_ARCHITECTURES) - set(CMAKE_HIP_ARCHITECTURES "gfx906;gfx908;gfx90a;gfx1030;gfx1101") + set(CMAKE_HIP_ARCHITECTURES "gfx906;gfx908;gfx90a;gfx1030;gfx1100;gfx1101") endif() file(GLOB rocm_cmake_components ${onnxruntime_ROCM_HOME}/lib/cmake/*)