Skip to content

Commit

Permalink
Enable gfx94x build targets (#353)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Eiden Yoshida <[email protected]>
Co-authored-by: Stanley Tsang <[email protected]>
  • Loading branch information
3 people authored Jun 23, 2023
1 parent 794591b commit 116073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ endif()
set( AMDGPU_TARGETS "all" CACHE STRING "Compile for which gpu architectures?")
# Set the AMDGPU_TARGETS
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx1030;gfx1100;gfx1101;gfx1102"
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102"
)
if (AMDGPU_TARGETS)
if( AMDGPU_TARGETS STREQUAL "all" )
Expand Down

0 comments on commit 116073c

Please sign in to comment.