[Openmp-commits] [PATCH] D110957: [Libomptarget] Add an external interface to dynamic shared memory

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 4 08:38:08 PDT 2021


JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/deviceRTLs/common/src/data_sharing.cu:24
 
+constexpr const uint32_t Alignment = 8;
+
----------------
^ static


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110957



More information about the Openmp-commits mailing list