[Openmp-commits] [PATCH] D108708: [openmp][amdgpu] Initial gfx10 offloading implementation
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Aug 27 04:10:34 PDT 2021
JonChesterfield marked an inline comment as done.
JonChesterfield added a subscriber: dhruvachak.
JonChesterfield 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})
----------------
ronlieb wrote:
> JonChesterfield wrote:
> > I've got a gfx1010 locally and @dpalermo has a gfx1031
> gfx1030 is also valid, please add
>
we think @dhruvachak has a 1030, added
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108708/new/
https://reviews.llvm.org/D108708
More information about the Openmp-commits
mailing list