[Openmp-commits] [PATCH] D83062: [OpenMP] Implement TR8 `present` map type modifier in runtime (2/2)

Joel E. Denny via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 7 13:44:18 PDT 2020


jdenny updated this revision to Diff 276199.
jdenny marked an inline comment as done.
jdenny edited the summary of this revision.
jdenny added a comment.

Added tests for cases of size-zero mappings and unified shared memory.

Fixed handling of size-zero mapping in `target_data_end`.

Converted TODO into a normal comment.


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

https://reviews.llvm.org/D83062

Files:
  openmp/libomptarget/include/omptarget.h
  openmp/libomptarget/src/device.cpp
  openmp/libomptarget/src/device.h
  openmp/libomptarget/src/omptarget.cpp
  openmp/libomptarget/test/mapping/present/size_zero.c
  openmp/libomptarget/test/mapping/present/target.c
  openmp/libomptarget/test/mapping/present/target_data.c
  openmp/libomptarget/test/mapping/present/target_enter_data.c
  openmp/libomptarget/test/mapping/present/target_exit_data.c
  openmp/libomptarget/test/mapping/present/unified_shared_memory.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83062.276199.patch
Type: text/x-patch
Size: 17347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200707/a12f4386/attachment-0001.bin>


More information about the Openmp-commits mailing list