You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In LLVM 18 release I noticed a major memory/performance regression due to these flags and reported to upstream llvm-project.
Performance was partially improved, but overall developers there say that these flags should not be used: llvm#86332 (comment)
Problem Description
Hi,
Right now hipcc adds
-mllvm -amdgpu-early-inline-all=true -mllvm -amdgpu-function-calls=false
both in Perl and binary versions:https://github.com/search?q=repo%3AROCm%2Fllvm-project%20amdgpu-early-inline-all&type=code
In LLVM 18 release I noticed a major memory/performance regression due to these flags and reported to upstream llvm-project.
Performance was partially improved, but overall developers there say that these flags should not be used:
llvm#86332 (comment)
In https://github.com/search?q=org%3AROCm+SWDEV-442724+OR+SWDEV-459556+OR+SWDEV-460260&type=commits I see that these arguments were removed from ROCm/HIP and ROCm/clr. Could you remove them from hipcc too?
Operating System
Gentoo
CPU
GPU
ROCm Version
ROCm 6.3.0
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: