Skip to content

Commit

Permalink
Update target name
Browse files Browse the repository at this point in the history
  • Loading branch information
vin-huang committed Nov 17, 2023
1 parent 35c2dd9 commit 8279ddd
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 @@ -121,7 +121,7 @@ if (BUILD_CUDA)
else()
#Set the AMDGPU_TARGETS with backward compatiblity
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
TARGETS "gfx940:xnack-;gfx940:xnack+;gfx941:xnack-;gfx941:xnack+;gfx942:xnack-;gfx942:xnack+;"
TARGETS "gfx940;gfx941;gfx942;"
)

if (AMDGPU_TARGETS)
Expand Down

0 comments on commit 8279ddd

Please sign in to comment.