Skip to content

Commit

Permalink
Add gfx12 build targets (#433)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Lauren Wrubleski <[email protected]>
Co-authored-by: Eiden Yoshida <[email protected]>
Co-authored-by: Wayne Franz <[email protected]>
  • Loading branch information
4 people authored Jul 9, 2024
1 parent 894d6fb commit b78f370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ if(GPU_TARGETS STREQUAL "all")
)
else()
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102"
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201"
)
endif()

set(GPU_TARGETS "${DEFAULT_AMDGPU_TARGETS}" CACHE STRING "GPU architectures to compile for" FORCE)
endif()

Expand Down

0 comments on commit b78f370

Please sign in to comment.