We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898dcb3 commit 5c61a80Copy full SHA for 5c61a80
CMakeLists.txt
@@ -128,7 +128,7 @@ if(GPU_TARGETS STREQUAL "all")
128
)
129
else()
130
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
131
- TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx950;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201;gfx1151"
+ TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx942;gfx950;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201;gfx1151"
132
133
endif()
134
0 commit comments