[all-commits] [llvm/llvm-project] 9e209a: [Offload] Use the kernel argument size directly in...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Jun 6 13:20:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e209a4a3728a599c434bfed4fa37fd8b5907e89
      https://github.com/llvm/llvm-project/commit/9e209a4a3728a599c434bfed4fa37fd8b5907e89
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-06-06 (Thu, 06 Jun 2024)

  Changed paths:
    M offload/plugins-nextgen/amdgpu/src/rtl.cpp

  Log Message:
  -----------
  [Offload] Use the kernel argument size directly in AMDGPU offloading (#94667)

Summary:
The old COV3 implementation of HSA used to omit the implicit arguments
from the kernel argument size. For COV4 and COV5 this is no longer the
case so we can simply use the size reported from the symbol information.

See
https://github.com/ROCm/ROCR-Runtime/issues/117#issuecomment-812758161



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