Skip to content

Commit

Permalink
cmake: add gfx940, gfx941, gfx942 compile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
evetsso authored Jul 7, 2023
1 parent 8995fad commit 355907e
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_WITH_COMPILER STREQUAL "HIP-NVCC" )

else()
# Define GPU targets
set( AMDGPU_TARGETS gfx803;gfx900;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx1030;gfx1100;gfx1101;gfx1102 CACHE STRING
set( AMDGPU_TARGETS gfx803;gfx900;gfx906;gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102 CACHE STRING
"List of specific machine types for library to target" )

if( BUILD_WITH_COMPILER STREQUAL "HIP-CLANG" )
Expand Down

0 comments on commit 355907e

Please sign in to comment.