From 6c56542b36268eef69692ac8e569a328bb909375 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 132f10e264f1d..f935a11c5b6b4 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -274,7 +274,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/*)