[PATCH] D154568: [Clang][OpenMP] GPU simd directive code generation

Eric Wright via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 24 07:32:37 PDT 2023


efwright updated this revision to Diff 543540.
efwright added a comment.

Dropping off a simple test case. If this looks about what you would expect for the tests I have a couple more involved ones that I can repurpose and add in. For more complex tests we have a couple of the benchmark codes from ICPP that were working.

Some cleanup of the code gen is coming, will be on travel tomorrow so might take a day or two.


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

https://reviews.llvm.org/D154568

Files:
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/lib/Parse/ParseOpenMP.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  openmp/libomptarget/DeviceRTL/src/Workshare.cpp
  openmp/libomptarget/test/offloading/simd.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154568.543540.patch
Type: text/x-patch
Size: 24204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230724/d23e0952/attachment-0001.bin>


More information about the cfe-commits mailing list