[all-commits] [llvm/llvm-project] 8b79df: [AMDGPU][Libomptarget][NFC] Remove atmi_mem_place_t

pdhaliwal-amd via All-commits all-commits at lists.llvm.org
Thu May 27 04:53:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b79dfb302acbcaf2b103759904146161a3e198d
      https://github.com/llvm/llvm-project/commit/8b79dfb302acbcaf2b103759904146161a3e198d
  Author: Pushpinder Singh <Pushpinder.Singh at amd.com>
  Date:   2021-05-27 (Thu, 27 May 2021)

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

  Log Message:
  -----------
  [AMDGPU][Libomptarget][NFC] Remove atmi_mem_place_t

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.

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D103239




More information about the All-commits mailing list