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 <[email protected]>
Co-authored-by: Jeff Daily <[email protected]>
  • Loading branch information
3 people authored Jul 17, 2023
1 parent 3fb38a8 commit b29ddea
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 @@ -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/*)
Expand Down

0 comments on commit b29ddea

Please sign in to comment.