Skip to content

Commit eaa26ae

Browse files
committed
Revert "add gfx1201 to CMAKE_HIP_ARCHITECTURES"
This reverts commit 3af05c5.
1 parent c4e8f68 commit eaa26ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ if (onnxruntime_USE_ROCM)
296296
endif()
297297

298298
if (NOT CMAKE_HIP_ARCHITECTURES)
299-
set(CMAKE_HIP_ARCHITECTURES "gfx908;gfx90a;gfx1030;gfx1100;gfx1101;gfx940;gfx941;gfx942;gfx1201")
299+
set(CMAKE_HIP_ARCHITECTURES "gfx906;gfx908;gfx90a;gfx1030;gfx1100;gfx1101;gfx940;gfx941;gfx942")
300300
endif()
301301

302302
file(GLOB rocm_cmake_components ${onnxruntime_ROCM_HOME}/lib/cmake/*)

0 commit comments

Comments
 (0)