[all-commits] [llvm/llvm-project] 701146: [Offload] Add GenericPluginTy::get_mem_info

Ross Brunton via All-commits all-commits at lists.llvm.org
Mon Sep 8 07:58:12 PDT 2025


  Branch: refs/heads/users/RossBrunton/newMemInfo2
  Home:   https://github.com/llvm/llvm-project
  Commit: 7011463403d584ac8145bbbcdef2f0879c983d78
      https://github.com/llvm/llvm-project/commit/7011463403d584ac8145bbbcdef2f0879c983d78
  Author: Ross Brunton <ross at codeplay.com>
  Date:   2025-09-08 (Mon, 08 Sep 2025)

  Changed paths:
    M offload/include/omptarget.h
    M offload/liboffload/src/OffloadImpl.cpp
    M offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa.cpp
    M offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa_ext_amd.h
    M offload/plugins-nextgen/amdgpu/src/rtl.cpp
    M offload/plugins-nextgen/common/include/PluginInterface.h
    M offload/plugins-nextgen/cuda/src/rtl.cpp
    M offload/plugins-nextgen/host/src/rtl.cpp

  Log Message:
  -----------
  [Offload] Add GenericPluginTy::get_mem_info

This takes a pointer allocated by the plugin, and returns a struct
containing important information about it. This is now used in
`olMemFree` instead of using a map to track allocation info.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list