From 201e466eba0c646df669cff17361b9b7cd7c062a Mon Sep 17 00:00:00 2001 From: Jon Chesterfield Date: Thu, 2 Sep 2021 18:10:40 +0100 Subject: [PATCH] [libomptarget][amdgpu] Add gfx90a to build list --- openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt b/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt index ec830b0961dd..98bf0cb29382 100644 --- a/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt +++ b/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt @@ -107,7 +107,7 @@ else() endif() # create libraries -set(mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx1010 gfx1030 gfx1031) +set(mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx1010 gfx1030 gfx1031) if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST) set(mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST}) endif()