[Openmp-commits] [PATCH] D97883: [libomptarget] Add allocator support for target memory

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 9 11:33:42 PST 2021


grokos updated this revision to Diff 329415.
grokos added a comment.
Herald added subscribers: kerbowa, nhaehnle, jvesely.

Removed `__tgt_rtl_data_alloc_explicit`; instead we pass an extra `kind` argument to `__tgt_rtl_data_alloc`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97883/new/

https://reviews.llvm.org/D97883

Files:
  openmp/libomptarget/include/omptarget.h
  openmp/libomptarget/include/omptargetplugin.h
  openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
  openmp/libomptarget/plugins/cuda/src/rtl.cpp
  openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
  openmp/libomptarget/plugins/remote/src/rtl.cpp
  openmp/libomptarget/plugins/ve/src/rtl.cpp
  openmp/libomptarget/src/api.cpp
  openmp/libomptarget/src/device.cpp
  openmp/libomptarget/src/device.h
  openmp/libomptarget/src/exports
  openmp/libomptarget/src/rtl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97883.329415.patch
Type: text/x-patch
Size: 11657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210309/40de5977/attachment.bin>


More information about the Openmp-commits mailing list