Skip to content

Commit

Permalink
Add Support for gfx1100 (#12)
Browse files Browse the repository at this point in the history
* Add Support for gfx1100

---------

Co-authored-by: Joseph Groenenboom <joseph.groenenboom@gmail.com>
Co-authored-by: Jeff Daily <jeff.daily@amd.com>
  • Loading branch information
3 people committed Jul 27, 2023
1 parent 0da9e5b commit 6c56542
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 @@ -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/*)
Expand Down

0 comments on commit 6c56542

Please sign in to comment.