[all-commits] [llvm/llvm-project] dbb634: [Libomptarget] Add the CUDA feature to the packager

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Feb 23 11:25:46 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbb6344b26ae29d44ddc8d943ad1c061deb70e6a
      https://github.com/llvm/llvm-project/commit/dbb6344b26ae29d44ddc8d943ad1c061deb70e6a
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-02-23 (Thu, 23 Feb 2023)

  Changed paths:
    M openmp/libomptarget/DeviceRTL/CMakeLists.txt

  Log Message:
  -----------
  [Libomptarget] Add the CUDA feature to the packager

Summary:
Internally we need to know the feature that was used to build the CUDA.
This used to be added when the deviceRTL was build via the OpenMP
interface, but ever since it was moved to call the packager explicitly
it was not being added. This causes failured if the user attempts to use
the library without LTO enabled.


  Commit: de5d71c289c97122a00a067b24a4932095e39f7b
      https://github.com/llvm/llvm-project/commit/de5d71c289c97122a00a067b24a4932095e39f7b
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-02-23 (Thu, 23 Feb 2023)

  Changed paths:
    M openmp/libomptarget/test/offloading/info.c

  Log Message:
  -----------
  [Libomptarget] Adjust the info.c test now that printing is common

Summary:
Ever since the change to the new plugins the information messages are
common between the major plugins. This allows us to test the info.c file
generically.


Compare: https://github.com/llvm/llvm-project/compare/97b579d31404...de5d71c289c9


More information about the All-commits mailing list