[all-commits] [llvm/llvm-project] a7d5f7: [Libomptarget] Consolidate CPU offloading into 'ho...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Mar 20 15:42:14 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7d5f73a03c81cab8df64dbd099e8acb40f5dfe1
      https://github.com/llvm/llvm-project/commit/a7d5f73a03c81cab8df64dbd099e8acb40f5dfe1
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/CMakeLists.txt
    R openmp/libomptarget/plugins-nextgen/aarch64/CMakeLists.txt
    R openmp/libomptarget/plugins-nextgen/generic-elf-64bit/dynamic_ffi/ffi.cpp
    R openmp/libomptarget/plugins-nextgen/generic-elf-64bit/dynamic_ffi/ffi.h
    R openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp
    A openmp/libomptarget/plugins-nextgen/host/CMakeLists.txt
    A openmp/libomptarget/plugins-nextgen/host/dynamic_ffi/ffi.cpp
    A openmp/libomptarget/plugins-nextgen/host/dynamic_ffi/ffi.h
    A openmp/libomptarget/plugins-nextgen/host/src/rtl.cpp
    R openmp/libomptarget/plugins-nextgen/ppc64/CMakeLists.txt
    R openmp/libomptarget/plugins-nextgen/ppc64le/CMakeLists.txt
    R openmp/libomptarget/plugins-nextgen/s390x/CMakeLists.txt
    R openmp/libomptarget/plugins-nextgen/x86_64/CMakeLists.txt

  Log Message:
  -----------
  [Libomptarget] Consolidate CPU offloading into 'host' directory (#86014)

Summary:
All of these CPU targets use the same underlying implementation. We
should consolidate them into a single target to make it easier to update
this to a static library based approach. I have decided to call this the
'host' target so it can be given a single name. We still only build
these if the system processor matches and we are on Linux.



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