<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Thanks for suggestions Artem.<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
Can you clarify on "<span style="color: rgb(0, 0, 0); font-family: verdana, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255); display: inline !important;">You may be able to shuffle things around enough to avoid the issue for the time being,
 but it will not change the fact that the executable is too large and the overflow will come back sooner or later, as binaries tend to grow over time."<br>
</span><br>
As far as I can tell there is only one relocation from .text in to a cuda code. Some kind of cuda runtime. If the rest of the code is just GPU code, and .nv_fatbin is after .bss then seems like .nv_fatbin can continue to grow. I guess .text and other sections
 can grow and eventually yes we will hit relocation overflows because of that.<br>
<br>
Alex<br>
<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Artem Belevich <tra@google.com><br>
<b>Sent:</b> Wednesday, September 8, 2021 3:37 PM<br>
<b>To:</b> Wenlei He <wenlei@fb.com><br>
<b>Cc:</b> F¨¡ng-ru¨¬ S¨°ng <maskray@google.com>; Alexander Yermolovich <ayermolo@fb.com>; llvm-dev@lists.llvm.org <llvm-dev@lists.llvm.org><br>
<b>Subject:</b> Re: [llvm-dev] [LLD] Relocation overflows and .nv_fatbin</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div dir="ltr">
<div class="x_gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif">IMO, if your image has grown large enough to cause reloc overflows, rearranging location of GPU binaries or rearranging the objects inside of .nv_fatbin would only give you marginal benefits.
 You may be able to shuffle things around enough to avoid the issue for the time being, but it will not change the fact that the executable is too large and the overflow will come back sooner or later, as binaries tend to grow over time.</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif">I would suggest considering reducing the executable size instead:</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif">* use nvprune to remove GPU binaries you do not need. CUDA libraries come with GPU binaries for all major GPU variants and that's a lot of GPU code. If you're only interested in one of those
 GPUs, Use nvprune to keep GPU blobs only for your GPU and that will reduce the executable size *a lot*.</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif">* Link with CUDA libraries dynamically. This also avoids the executable relocation issues, but adds runtime dependencies, which may be an issue in some cases.</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif">* If most of GPU code comes from the sources you compile yourself, then you can try enabling GPU image compression with <span class="x_gmail-cm-string" style="font-variant-ligatures:none; margin:0px; padding:0px; box-sizing:border-box; color:rgb(0,136,0); font-family:monospace; font-size:14px; white-space:pre">-Xcuda-fatbinary
</span><span class="x_gmail-cm-string" style="font-variant-ligatures:none; margin:0px; padding:0px; box-sizing:border-box; color:rgb(0,136,0); font-family:monospace; font-size:14px; white-space:pre">--<span class="x_gmail-search-match-layer x_gmail-search-match x_gmail-selected-match x_gmail-match-8" style="margin:0px; padding:0px; box-sizing:border-box; font-weight:700; line-height:0">compress</span>-all
</span>This assumes you're compiling with clang, but I think NVCC sholud have a similar way to pass an option to fatbinary.</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif">While neither of these workarounds solves the issue, they do tend to provide sufficient relief in most cases.</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif">--Artem</div>
<div class="x_gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
</div>
<br>
<div class="x_gmail_quote">
<div dir="ltr" class="x_gmail_attr">On Wed, Sep 8, 2021 at 2:44 PM Wenlei He via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
</div>
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div lang="EN-US" style="">
<div class="x_gmail-m_-8229538498190780188WordSection1">
<p class="x_MsoNormal">> <span style="color:black">Reordering output sections is much more effective.</span><u></u><u></u></p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<p class="x_MsoNormal">If you have a huge .nv_fatbin, without moving input sections, you may end up with relocation at the beginning as well as at the end, then no matter where you put .nv_fatbin relative to .text (before or after), max relocation distance
 will grow when size of .nv_fatbin grows. <u></u><u></u></p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<p class="x_MsoNormal">So reordering output section alone isn¡¯t enough. <u></u><u></u></p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<p class="x_MsoNormal">> Reordering input sections automatically has some small value but it<br>
> would break phase ordering and cause more maintenance burden.<u></u><u></u></p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<p class="x_MsoNormal">Could you elaborate on phase ordering?<u></u><u></u></p>
<p class="x_MsoNormal"><u></u> <u></u></p>
<div style="border-right:none; border-bottom:none; border-left:none; border-top:1pt solid rgb(181,196,223); padding:3pt 0in 0in">
<p class="x_MsoNormal" style="margin-bottom:12pt"><b><span style="font-size:12pt; color:black">From:
</span></b><span style="font-size:12pt; color:black">llvm-dev <<a href="mailto:llvm-dev-bounces@lists.llvm.org" target="_blank">llvm-dev-bounces@lists.llvm.org</a>> on behalf of F¨¡ng-ru¨¬ S¨°ng via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>><br>
<b>Date: </b>Wednesday, September 8, 2021 at 1:19 PM<br>
<b>To: </b>Alexander Yermolovich <<a href="mailto:ayermolo@fb.com" target="_blank">ayermolo@fb.com</a>><br>
<b>Cc: </b><a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a> <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>><br>
<b>Subject: </b>Re: [llvm-dev] [LLD] Relocation overflows and .nv_fatbin<u></u><u></u></span></p>
</div>
<div>
<p class="x_MsoNormal">On Wed, Sep 8, 2021 at 12:44 PM Alexander Yermolovich <<a href="mailto:ayermolo@fb.com" target="_blank">ayermolo@fb.com</a>> wrote:<br>
><br>
> Sorry I wasn't clear. I am not talking about moving .nv_fatbin in its entirety. Although we are also doing it with linker script INSERT AFTER .bss.<br>
> I was referring to re-arranging input sections within the .nv_fatbin output section.<br>
><br>
> So, we have in .text*<br>
> relocation into .nv_fatbin input section from foo3.o<br>
><br>
> In output .nv_fatbin without any changes we will have<br>
> foo1.o input section (some cuda code)<br>
> foo2.o input section (some cuda code)<br>
> foo3.o input section (has relocation in to)<br>
><br>
> With this layout we get relocation overflow.<br>
><br>
> if we shuffle things<br>
> foo3.o (has relocation in to from .text*)<br>
> foo1.o (some cuda code)<br>
> foo2.o (some cuda code)<br>
><br>
> It shortens the distance from src to dst fo relocation, and all other cuda sections can grow.<br>
><br>
> Hopefully, this clarifies things.<br>
> Alex<br>
><br>
<br>
Reordering output sections is much more effective.<br>
<br>
The ELF port has an option --symbol-ordering-file which reorders input<br>
sections within one output section, but I doubt you can find something<br>
as a marker.<br>
The option was originally conceived to improve performance (by<br>
optimizing for instruction cache/iTLB locality), not to mitigate<br>
relocation overflows.<br>
(macOS ld64 has a similar but more powerful -order_file which can<br>
specify input filenames.)<br>
<br>
Reordering input sections automatically has some small value but it<br>
would break phase ordering and cause more maintenance burden. So I<br>
very strongly object to that.<br>
<br>
><br>
><br>
><br>
><br>
> ________________________________<br>
> From: Fangrui Song <<a href="mailto:maskray@google.com" target="_blank">maskray@google.com</a>><br>
> Sent: Wednesday, September 8, 2021 12:01 PM<br>
> To: Alexander Yermolovich <<a href="mailto:ayermolo@fb.com" target="_blank">ayermolo@fb.com</a>><br>
> Cc: <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a> <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>><br>
> Subject: Re: [llvm-dev] [LLD] Relocation overflows and .nv_fatbin<br>
><br>
> On 2021-09-08, Alexander Yermolovich via llvm-dev wrote:<br>
> >Hello<br>
> ><br>
> >I am seeing relocation overflows from .text section in to .nv_fatbin. The whole thing, nv_fatbin, is a bit of a black box, but there does appear to be only one. We have a downstream patch in LLD, that moves .nv_fatbin section(s) that have relocations in
 to to the "top". Looking around at what's in .nv_fartbin the rest of the code should be bunch of cuda stuff. So, in theory that can grow, and we shouldn't get any more relocation overflows. At least due to the size of .nv_fatbin.<br>
> ><br>
> >I was wondering if there is a better way of doing it. Maybe with a linker script? I investigated it, and that answer seems to be no, but I am not an expert in linker scripts.<br>
> ><br>
> >Thank You<br>
> >Alex<br>
><br>
> I implemented INSERT [AFTER|BEFORE] for orphan sections in <a href="https://reviews.llvm.org/D74375" target="_blank">https://reviews.llvm.org/D74375</a> <br>
> You may consider moving .nv* and __nv* sections after .bss<br>
><br>
> But linker synthesized etext/_etext may be in a weird position.<br>
> To fix that, use the OVERWRITE_SECTIONS feature I added for LLD 13.0.0<br>
><br>
> OVERWRITE_SECTIONS {<br>
>    .tdata : { etext = .; _etext = .; *(.tdata) }<br>
> }<br>
<br>
<br>
<br>
-- <br>
<span lang="ZH-CN" style="font-family:"PingFang SC",sans-serif">Ëη½î£</span><br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
<u></u><u></u></p>
</div>
</div>
</div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="x_gmail_signature">
<div dir="ltr">--Artem Belevich</div>
</div>
</div>
</div>
</body>
</html>