From 8b1ce44c2a2db72514f3c6f1f2436a448e2d7bac Mon Sep 17 00:00:00 2001 From: Wenkai Du Date: Thu, 14 Nov 2019 11:17:41 -0800 Subject: [PATCH] Temporary disable 0x803 target due to build error [ROCm/rccl commit: cd7ab1425bd5d89ff4a685c85a3dba3604e6f759] --- projects/rccl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index 93ef09f3ae..bab23ee786 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -6,7 +6,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 gfx900;gfx906;gfx908 CACHE STRING "List of specific machine types for library to target") find_package(ROCM REQUIRED