[Openmp-commits] [openmp] 201e466 - [libomptarget][amdgpu] Add gfx90a to build list
Jon Chesterfield via Openmp-commits
openmp-commits at lists.llvm.org
Thu Sep 2 10:11:15 PDT 2021
Author: Jon Chesterfield
Date: 2021-09-02T18:11:02+01:00
New Revision: 201e466eba0c646df669cff17361b9b7cd7c062a
URL: https://github.com/llvm/llvm-project/commit/201e466eba0c646df669cff17361b9b7cd7c062a
DIFF: https://github.com/llvm/llvm-project/commit/201e466eba0c646df669cff17361b9b7cd7c062a.diff
LOG: [libomptarget][amdgpu] Add gfx90a to build list
Added:
Modified:
openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
Removed:
################################################################################
diff --git a/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt b/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
index ec830b0961dd5..98bf0cb29382e 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()
More information about the Openmp-commits
mailing list