Skip to content

Commit

Permalink
Add gfx1030 target
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkaidu committed Oct 20, 2020
1 parent e8177c9 commit 9f20b00
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 @@ -11,7 +11,7 @@ set(CMAKE_INSTALL_PREFIX "/opt/rocm" CACHE PATH "")

project(rccl CXX)

set(AMDGPU_TARGETS gfx803;gfx900;gfx906;gfx908 CACHE STRING "List of specific machine types for library to target")
set(AMDGPU_TARGETS gfx803;gfx900;gfx906;gfx908;gfx1030 CACHE STRING "List of specific machine types for library to target")

option(BUILD_TESTS "Build test programs" OFF)
option(INSTALL_DEPENDENCIES "Force install dependencies" OFF)
Expand Down

0 comments on commit 9f20b00

Please sign in to comment.