[Openmp-commits] [openmp] 59ad965 - [Libomptarget][AMDGCN] add gfx90c target

Ye Luo via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 10 13:56:00 PST 2022


Author: Ye Luo
Date: 2022-02-10T15:55:44-06:00
New Revision: 59ad9650cf66e7ad7503711a46bee7ce2fb76cca

URL: https://github.com/llvm/llvm-project/commit/59ad9650cf66e7ad7503711a46bee7ce2fb76cca
DIFF: https://github.com/llvm/llvm-project/commit/59ad9650cf66e7ad7503711a46bee7ce2fb76cca.diff

LOG: [Libomptarget][AMDGCN] add gfx90c target

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D119478

Added: 
    

Modified: 
    openmp/libomptarget/DeviceRTL/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/DeviceRTL/CMakeLists.txt b/openmp/libomptarget/DeviceRTL/CMakeLists.txt
index 211f44dc6fd27..bbdd1bb028ecc 100644
--- a/openmp/libomptarget/DeviceRTL/CMakeLists.txt
+++ b/openmp/libomptarget/DeviceRTL/CMakeLists.txt
@@ -96,7 +96,7 @@ foreach(sm ${nvptx_sm_list})
   endif()
 endforeach()
 
-set(amdgpu_mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx1010 gfx1030 gfx1031)
+set(amdgpu_mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx90c gfx1010 gfx1030 gfx1031)
 if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST)
   set(amdgpu_mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST})
 endif()


        


More information about the Openmp-commits mailing list