[all-commits] [llvm/llvm-project] 938f1b: [OpenMP] Add omp_calloc implementation
nawrinsu via All-commits
all-commits at lists.llvm.org
Fri Nov 13 12:39:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 938f1b858104956e1e2d298bbf774a54554e4a9f
https://github.com/llvm/llvm-project/commit/938f1b858104956e1e2d298bbf774a54554e4a9f
Author: Nawrin Sultana <nawrin.sultana at intel.com>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M openmp/runtime/src/dllexports
M openmp/runtime/src/include/omp.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_calloc_def_fb.c
A openmp/runtime/test/api/omp_calloc_size_0.c
Log Message:
-----------
[OpenMP] Add omp_calloc implementation
This patch adds omp_calloc implementation according to OpenMP 5.1
specification.
Differential Revision: https://reviews.llvm.org/D90967
More information about the All-commits
mailing list