[Openmp-commits] [PATCH] D123242: [OpenMP] Change target memory tests to use allocators

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 6 12:23:35 PDT 2022


jhuber6 created this revision.
jhuber6 added reviewers: jdoerfert, JonChesterfield, ronlieb, tianshilei1992.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

The target allocators have been supported for NVPTX offloading for
awhile. The tests should use the allocators instead of calling the
functions manually. Also the comments indicating these being a preview
should be removed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123242

Files:
  openmp/libomptarget/test/api/omp_device_managed_memory.c
  openmp/libomptarget/test/api/omp_device_memory.c
  openmp/libomptarget/test/api/omp_host_pinned_memory.c
  openmp/runtime/src/dllexports
  openmp/runtime/src/include/omp.h.var
  openmp/runtime/src/include/omp_lib.f90.var
  openmp/runtime/src/include/omp_lib.h.var
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_alloc.cpp
  openmp/runtime/src/kmp_global.cpp
  openmp/runtime/src/kmp_stub.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123242.420970.patch
Type: text/x-patch
Size: 12112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220406/b0732923/attachment.bin>


More information about the Openmp-commits mailing list