[all-commits] [llvm/llvm-project] 710259: [Offload] Repair and rename `llvm-omp-device-info`...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Wed Jul 24 09:35:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7102592af740ed9f8b388c12dd2182039a58167d
      https://github.com/llvm/llvm-project/commit/7102592af740ed9f8b388c12dd2182039a58167d
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2024-07-24 (Wed, 24 Jul 2024)

  Changed paths:
    M offload/cmake/OpenMPTesting.cmake
    M offload/include/PluginManager.h
    M offload/src/PluginManager.cpp
    M offload/src/interface.cpp
    M offload/test/lit.cfg
    M offload/test/lit.site.cfg.in
    A offload/test/tools/llvm-omp-device-info.c
    M offload/tools/deviceinfo/CMakeLists.txt
    A offload/tools/deviceinfo/llvm-offload-device-info.cpp
    R offload/tools/deviceinfo/llvm-omp-device-info.cpp

  Log Message:
  -----------
  [Offload] Repair and rename `llvm-omp-device-info` (to `-offload-`) (#100309)

The `llvm-omp-device-info` tool is very handy, but broke due to the lazy
evaluation of devices. This repairs the functionality and adds a test.
The tool is also renamed into `llvm-offload-device-info` as `-omp-` is
going away.



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