Skip to content

Commit

Permalink
Merge pull request #32 from pramenku/patch-1
Browse files Browse the repository at this point in the history
add gfx906 as target
  • Loading branch information
VincentSC committed Sep 24, 2018
2 parents 5bd41b9 + e9b0748 commit 86133a7
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 @@ -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")
Expand Down

0 comments on commit 86133a7

Please sign in to comment.