[Openmp-commits] [PATCH] D103239: [AMDGPU][Libomptarget] Remove atmi_mem_place_t

Pushpinder Singh via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu May 27 04:00:03 PDT 2021


pdhaliwal created this revision.
pdhaliwal added reviewers: ronlieb, JonChesterfield.
Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
pdhaliwal requested review of this revision.
Herald added subscribers: openmp-commits, wdng.
Herald added a project: OpenMP.

This struct was used to specify the device on which memory was
being allocated/free in atmi_malloc/free. It has now been replaced
with int DeviceId.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103239

Files:
  openmp/libomptarget/plugins/amdgpu/impl/atmi.cpp
  openmp/libomptarget/plugins/amdgpu/impl/atmi.h
  openmp/libomptarget/plugins/amdgpu/impl/atmi_interop_hsa.cpp
  openmp/libomptarget/plugins/amdgpu/impl/atmi_interop_hsa.h
  openmp/libomptarget/plugins/amdgpu/impl/atmi_runtime.h
  openmp/libomptarget/plugins/amdgpu/impl/data.cpp
  openmp/libomptarget/plugins/amdgpu/impl/internal.h
  openmp/libomptarget/plugins/amdgpu/impl/rt.h
  openmp/libomptarget/plugins/amdgpu/impl/system.cpp
  openmp/libomptarget/plugins/amdgpu/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103239.348216.patch
Type: text/x-patch
Size: 14352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210527/34479c39/attachment-0001.bin>


More information about the Openmp-commits mailing list