[Openmp-commits] [PATCH] D84456: Refactor OpenMP memory allocation code for easier support for third party memory librariesRedesign the memory allocation code to make it easier to plug custom third-party libraries. Add support for the SICM third-party library.

Latchesar Ionkov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 23 12:39:05 PDT 2020


lionkov created this revision.
lionkov added a reviewer: OpenMP.
lionkov added a project: OpenMP.
Herald added subscribers: openmp-commits, sstefan1, guansong, yaxunl, mgorny.
Herald added a reviewer: jdoerfert.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84456

Files:
  openmp/runtime/CMakeLists.txt
  openmp/runtime/src/CMakeLists.txt
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_alloc.cpp
  openmp/runtime/src/kmp_global.cpp
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/kmp_settings.cpp
  openmp/runtime/src/thirdparty/memkind/kmp_memkind.cpp
  openmp/runtime/src/thirdparty/sicm/kmp_no_sicm.cpp
  openmp/runtime/src/thirdparty/sicm/kmp_sicm.cpp
  openmp/runtime/test/api/omp_alloc_null_fb.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84456.280226.patch
Type: text/x-patch
Size: 38528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200723/e5a0ba23/attachment-0001.bin>


More information about the Openmp-commits mailing list