[all-commits] [llvm/llvm-project] 0783bf: [OpenMP][NFC] Merge MemoryManager into PluginInter...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Tue Nov 28 10:18:04 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0783bf1cb3e47fc48813ee63f42d72b70d8cb792
      https://github.com/llvm/llvm-project/commit/0783bf1cb3e47fc48813ee63f42d72b70d8cb792
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-11-28 (Tue, 28 Nov 2023)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/CMakeLists.txt
    M openmp/libomptarget/plugins-nextgen/amdgpu/CMakeLists.txt
    M openmp/libomptarget/plugins-nextgen/common/CMakeLists.txt
    R openmp/libomptarget/plugins-nextgen/common/MemoryManager/CMakeLists.txt
    R openmp/libomptarget/plugins-nextgen/common/MemoryManager/MemoryManager.h
    M openmp/libomptarget/plugins-nextgen/common/OMPT/CMakeLists.txt
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
    A openmp/libomptarget/plugins-nextgen/common/PluginInterface/MemoryManager.h
    M openmp/libomptarget/plugins-nextgen/cuda/CMakeLists.txt

  Log Message:
  -----------
  [OpenMP][NFC] Merge MemoryManager into PluginInterface (#73678)

Similar to #73677, there is no benefit from keeping MemoryManager
seperate; it's tied into the current design. Except the move I also
replaced the getenv call with our Env handling.




More information about the All-commits mailing list