[all-commits] [llvm/llvm-project] eee723: [Offload] Replace `GetKernel` with `GetSymbol` wit...

Ross Brunton via All-commits all-commits at lists.llvm.org
Fri Jul 11 06:48:31 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eee723f928c534dbf55e81539341c0bb0681544b
      https://github.com/llvm/llvm-project/commit/eee723f928c534dbf55e81539341c0bb0681544b
  Author: Ross Brunton <ross at codeplay.com>
  Date:   2025-07-11 (Fri, 11 Jul 2025)

  Changed paths:
    M offload/liboffload/API/Kernel.td
    M offload/liboffload/API/Symbol.td
    M offload/liboffload/src/OffloadImpl.cpp
    M offload/unittests/OffloadAPI/CMakeLists.txt
    M offload/unittests/OffloadAPI/common/Fixtures.hpp
    M offload/unittests/OffloadAPI/device_code/global.c
    R offload/unittests/OffloadAPI/kernel/olGetKernel.cpp
    M offload/unittests/OffloadAPI/kernel/olLaunchKernel.cpp
    A offload/unittests/OffloadAPI/symbol/olGetSymbol.cpp

  Log Message:
  -----------
  [Offload] Replace `GetKernel` with `GetSymbol` with global support (#148221)

`olGetKernel` has been replaced by `olGetSymbol` which accepts a
`Kind` parameter. As well as loading information about kernels, it
can now also load information about global variables.



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