Skip to content

Commit

Permalink
Only support MI200 and MI300x.
Browse files Browse the repository at this point in the history
  • Loading branch information
sabreshao committed Dec 19, 2023
1 parent d53f2a9 commit 3fa5483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ if (onnxruntime_USE_ROCM)
endif()

if (NOT CMAKE_HIP_ARCHITECTURES)
set(CMAKE_HIP_ARCHITECTURES "gfx906;gfx908;gfx90a;gfx1030;gfx1100;gfx1101")
set(CMAKE_HIP_ARCHITECTURES "gfx90a;gfx942")
endif()

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

0 comments on commit 3fa5483

Please sign in to comment.