[all-commits] [llvm/llvm-project] eb0ea2: [OpenMP] Add check for target allocator regardless...
nawrinsu via All-commits
all-commits at lists.llvm.org
Mon Feb 13 14:08:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb0ea28b6a1b097ff33e9f2e1f94cfe0a2630a7e
https://github.com/llvm/llvm-project/commit/eb0ea28b6a1b097ff33e9f2e1f94cfe0a2630a7e
Author: Nawrin Sultana <nawrin.sultana at intel.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M openmp/runtime/src/kmp_alloc.cpp
Log Message:
-----------
[OpenMP] Add check for target allocator regardless of the availability of libmemkind
Current runtime implementation only checks for target allocator when libmemkind is
not available. This patch adds checks for target allocator regardless of the
presence of libmemkind library.
Differential Revision: https://reviews.llvm.org/D142582
More information about the All-commits
mailing list