Skip to content

Commit

Permalink
Updating for gfx1030.
Browse files Browse the repository at this point in the history
  • Loading branch information
daineAMD committed Oct 9, 2020
1 parent fbe56c5 commit 8cd7bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ set(CMAKE_INSTALL_LIBDIR "lib" CACHE INTERNAL "Installation directory for librar


set( Tensile_ARCHITECTURE "all" CACHE STRING "Tensile to use which architecture?")
set_property( CACHE Tensile_ARCHITECTURE PROPERTY STRINGS all gfx803 gfx900 gfx906 gfx908)
set_property( CACHE Tensile_ARCHITECTURE PROPERTY STRINGS all gfx803 gfx900 gfx906 gfx908 gfx1030)
# -DTensile_ARCHITECTURE= set by install.sh for builds with and without tensile

# gpu architectures to build for
if (Tensile_ARCHITECTURE)
if( Tensile_ARCHITECTURE STREQUAL "all" )
set( gpus "gfx803;gfx900;gfx906;gfx908")
set( gpus "gfx803;gfx900;gfx906;gfx908;gfx1030")
else()
set( gpus ${Tensile_ARCHITECTURE})
endif()
Expand Down

0 comments on commit 8cd7bf0

Please # to comment.