[all-commits] [llvm/llvm-project] f5c0c9: [OpenMP] libomp: add OpenMP 5.1 memory allocation ...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Mon Oct 11 09:25:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5c0c9179f555b2406fcc1a5921d60fd1e534425
https://github.com/llvm/llvm-project/commit/f5c0c9179f555b2406fcc1a5921d60fd1e534425
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M openmp/runtime/src/dllexports
M openmp/runtime/src/include/omp.h.var
M openmp/runtime/src/include/omp_lib.f90.var
M openmp/runtime/src/include/omp_lib.h.var
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_alloc.cpp
M openmp/runtime/src/kmp_csupport.cpp
M openmp/runtime/src/kmp_stub.cpp
A openmp/runtime/test/api/omp_aligned_alloc.c
A openmp/runtime/test/api/omp_aligned_calloc.c
M openmp/runtime/tools/generate-def.pl
Log Message:
-----------
[OpenMP] libomp: add OpenMP 5.1 memory allocation routines.
Aligned allocation routines added.
Fortran interfaces added for all allocation routines.
Differential Revision: https://reviews.llvm.org/D110923
More information about the All-commits
mailing list