[PATCH] D108708: [openmp][amdgpu] Initial gfx10 offloading implementation

Ron Lieberman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 27 04:07:15 PDT 2021


ronlieb added inline comments.


================
Comment at: openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt:111
+set(mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx1010 gfx1031)
 if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST)
   set(mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST})
----------------
JonChesterfield wrote:
> I've got a gfx1010 locally and @dpalermo has a gfx1031
gfx1030 is also valid, please add



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108708/new/

https://reviews.llvm.org/D108708



More information about the llvm-commits mailing list