[Openmp-commits] [PATCH] D123246: [OpenMP] Add dynamic memory function to omp.h and add documentation

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 7 08:09:45 PDT 2022


jdoerfert added inline comments.


================
Comment at: openmp/docs/design/Runtimes.rst:1010
+by the kernel once it is launched. A pointer to the dynamic memory buffer can be
+accessed using the ``llvm_omp_target_dynamic_shared_alloc`` function.
 
----------------
Can we link to the example?


================
Comment at: openmp/libomptarget/src/exports:58
 };
 
----------------
We might need to keep the old one for ABI compatibility. Not sure if we require that here though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123246



More information about the Openmp-commits mailing list