diff --git a/CMakeLists.txt b/CMakeLists.txt index bdefb3fde..00c8a98e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ include(cmake/Summary.cmake) print_configuration_summary() # AMD targets -set(AMDGPU_TARGETS gfx803;gfx900 CACHE STRING "List of specific machine types for library to target") +set(AMDGPU_TARGETS gfx803;gfx900;gfx906 CACHE STRING "List of specific machine types for library to target") # rocPRIM works only on hcc if(HIP_PLATFORM STREQUAL "hcc")