[Openmp-commits] [PATCH] D142514: [OpenMP][libomptarget] Notify the plugins regarding new mapping/unmappings

Kevin Sala via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 26 17:09:30 PST 2023


kevinsala marked 8 inline comments as done.
kevinsala added inline comments.


================
Comment at: openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp:1855
+        hsa_amd_pointer_info(HstPtr, &Info, /* Allocator */ nullptr,
+                             /* Number of accessible agents */ nullptr,
+                             /* Accessible agents */ nullptr);
----------------
jdoerfert wrote:
> 
It's an output parameter. I'll add the proper comment.


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

https://reviews.llvm.org/D142514



More information about the Openmp-commits mailing list