[Openmp-commits] [PATCH] D94353: [OpenMP] Use persistent memory for omp_large_cap_mem

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jan 8 16:46:20 PST 2021


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

This change enables volatile use of persistent memory for omp_large_cap_mem*
on supported systems. It depends on libmemkind's support for persistent memory,
and requirements/details can be found at the following url.

https://pmem.io/2020/01/20/memkind-dax-kmem.html


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94353

Files:
  openmp/runtime/src/kmp_alloc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94353.315552.patch
Type: text/x-patch
Size: 3732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210109/0dd227db/attachment.bin>


More information about the Openmp-commits mailing list