[PATCH] D80917: [OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 2

Saiyedul Islam via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 1 04:14:36 PDT 2020


saiislam created this revision.
saiislam added reviewers: arsenm, sameerds, jdoerfert, yaxunl, b-sumner, scchan, JonChesterfield.
Herald added subscribers: cfe-commits, sstefan1, kerbowa, guansong, nhaehnle, wdng, jvesely, jholewinski.
Herald added a project: clang.
saiislam added a parent revision: D79754: [OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 1.

New file include to support platform dependent grid constants. It will be
used by clang, libomptarget plugins, and deviceRTLs to access constant
values consistently and with fast access in the deviceRTLs.

Originally authored by Greg Rodgers (@gregrodgers).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80917

Files:
  clang/include/clang/Basic/OpenMPGridValues.h
  clang/include/clang/Basic/TargetInfo.h
  clang/lib/Basic/Targets/AMDGPU.cpp
  clang/lib/Basic/Targets/NVPTX.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80917.267580.patch
Type: text/x-patch
Size: 7978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200601/32d23fe0/attachment.bin>


More information about the cfe-commits mailing list