[all-commits] [llvm/llvm-project] 99a59f: [Offload] Change `ol_kernel_handle_t` -> `ol_symbo...

Ross Brunton via All-commits all-commits at lists.llvm.org
Thu Jul 10 04:54:27 PDT 2025


  Branch: refs/heads/users/RossBrunton/symbol1
  Home:   https://github.com/llvm/llvm-project
  Commit: 99a59f8520b2ac9c47734c199934aefbf8af2660
      https://github.com/llvm/llvm-project/commit/99a59f8520b2ac9c47734c199934aefbf8af2660
  Author: Ross Brunton <ross at codeplay.com>
  Date:   2025-07-10 (Thu, 10 Jul 2025)

  Changed paths:
    M offload/liboffload/API/Common.td
    M offload/liboffload/API/Kernel.td
    M offload/liboffload/API/OffloadAPI.td
    A offload/liboffload/API/Symbol.td
    M offload/liboffload/src/OffloadImpl.cpp
    M offload/unittests/OffloadAPI/common/Fixtures.hpp
    M offload/unittests/OffloadAPI/kernel/olGetKernel.cpp
    M offload/unittests/OffloadAPI/kernel/olLaunchKernel.cpp

  Log Message:
  -----------
  [Offload] Change `ol_kernel_handle_t` -> `ol_symbol_handle_t`

In the future, we want `ol_symbol_handle_t` to represent both kernels
and global variables The first step in this process is a rename and
promotion to a "typed handle".



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