[Openmp-commits] [PATCH] D110923: [OpenMP] libomp: add OpenMP 5.1 memory allocation routines

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Oct 1 05:10:00 PDT 2021


AndreyChurbanov created this revision.
AndreyChurbanov added reviewers: hbae, jlpeyton, Nawrin, tlwilmar.
AndreyChurbanov added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
AndreyChurbanov requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.

Aligned allocation routines added.
Fortran interfaces added for all allocation routines.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110923

Files:
  openmp/runtime/src/dllexports
  openmp/runtime/src/include/omp.h.var
  openmp/runtime/src/include/omp_lib.f90.var
  openmp/runtime/src/include/omp_lib.h.var
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_alloc.cpp
  openmp/runtime/src/kmp_csupport.cpp
  openmp/runtime/src/kmp_stub.cpp
  openmp/runtime/test/api/omp_aligned_alloc.c
  openmp/runtime/test/api/omp_aligned_calloc.c
  openmp/runtime/tools/generate-def.pl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110923.376481.patch
Type: text/x-patch
Size: 29643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211001/5683ab6f/attachment-0001.bin>


More information about the Openmp-commits mailing list