diff options
author | Pierre van Houtryve <pierre.vanhoutryve@amd.com> | 2025-03-24 14:43:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 14:43:08 +0100 |
commit | ed022d93b2fbfe52b7bdee786aa5cc49fa2323c4 (patch) | |
tree | b651d2a35634d1dcb004f458008f4498f08aa32b /llvm/lib/Transforms/Utils/BuildLibCalls.cpp | |
parent | 7f52d050abe3b8449bba621f93715d817f21e89a (diff) | |
download | llvm-ed022d93b2fbfe52b7bdee786aa5cc49fa2323c4.zip llvm-ed022d93b2fbfe52b7bdee786aa5cc49fa2323c4.tar.gz llvm-ed022d93b2fbfe52b7bdee786aa5cc49fa2323c4.tar.bz2 |
[clang][AMDGPU] Enable module splitting by default (#128509)
The default number of partitions is the number of cores on the machine
with a cap at 16, as going above 16 is unlikely to be useful in the
common case.
Adds a flto-partitions option to override the number of partitions
easily (without having to use -Xoffload-linker). Setting it to 1
effectively disables module splitting.
Fixes SWDEV-506214
Diffstat (limited to 'llvm/lib/Transforms/Utils/BuildLibCalls.cpp')
0 files changed, 0 insertions, 0 deletions