[all-commits] [llvm/llvm-project] 7c2e32: Partial revert "[HIP] Fix -mllvm option for device...

Yaxun (Sam) Liu via All-commits all-commits at lists.llvm.org
Wed Jan 31 14:51:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c2e32d6fe386a12750292096271a00d5b7aa82f
      https://github.com/llvm/llvm-project/commit/7c2e32d6fe386a12750292096271a00d5b7aa82f
  Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M clang/lib/Driver/ToolChains/HIPAMD.cpp
    M clang/test/Driver/hip-toolchain-mllvm.hip

  Log Message:
  -----------
  Partial revert "[HIP] Fix -mllvm option for device lld linker" (#80202)

This partially reverts commit aa964f157f9b50fab3895afbfda6e0915cf6bb4a
because it caused perf regressions in rccl due to drop of -mllvm
-amgpu-kernarg-preload-count=16 from the linker step. Potentially it
could cause similar regressions for other HIP apps using -mllvm options
with -fgpu-rdc.

Fixes: SWDEV-443345




More information about the All-commits mailing list