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

Ross Brunton via All-commits all-commits at lists.llvm.org
Mon Sep 8 08:13:57 PDT 2025


  Branch: refs/heads/users/RossBrunton/newMemInfo2
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d68ccff47294dd2dc7d54eaf333608e7a8af235
      https://github.com/llvm/llvm-project/commit/3d68ccff47294dd2dc7d54eaf333608e7a8af235
  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