Skip to content

Commit 5fbcffb

Browse files
Update optional GPU targets (#206)
1 parent 9116f11 commit 5fbcffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if(NOT GPU_TARGETS AND NOT AMDGPU_TARGETS)
102102
endif()
103103
include(ROCMCheckTargetIds OPTIONAL RESULT_VARIABLE HAS_ROCM_CHECK_TARGET_IDS)
104104

105-
set(OPTIONAL_GPU_TARGETS "gfx950;gfx1200;gfx1201")
105+
set(OPTIONAL_GPU_TARGETS "gfx950;gfx1151;gfx1200;gfx1201")
106106
if(HAS_ROCM_CHECK_TARGET_IDS)
107107
rocm_check_target_ids(OPTIONAL_GPU_TARGETS_AVAILABLE TARGETS ${OPTIONAL_GPU_TARGETS})
108108
else() # if we don't have rocm_check_target_ids, just assume the targets are available

0 commit comments

Comments
 (0)