[all-commits] [llvm/llvm-project] 4f0296: [Offload] Store kernel name in GenericKernelTy (#1...

Ross Brunton via All-commits all-commits at lists.llvm.org
Wed Jul 2 06:11:26 PDT 2025


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

  Changed paths:
    M offload/plugins-nextgen/common/include/PluginInterface.h
    M offload/plugins-nextgen/common/src/PluginInterface.cpp

  Log Message:
  -----------
  [Offload] Store kernel name in GenericKernelTy (#142799)

GenericKernelTy has a pointer to the name that was used to create it.
However, the name passed in as an argument may not outlive the kernel.
Instead, GenericKernelTy now contains a std::string, and copies the
name into there.



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