<div><div dir="auto">The app build time increases can be reproduced with a simple int main() {} code.</div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 19, 2019 at 5:02 Jon Chesterfield <<a href="mailto:jonathanchesterfield@gmail.com">jonathanchesterfield@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"></div><div dir="ltr"><div dir="ltr">On Wed, 18 Dec 2019, 19:51 Doerfert, Johannes, <<a href="mailto:jdoerfert@anl.gov" target="_blank">jdoerfert@anl.gov</a>> wrote:<br></div></div><div dir="ltr"><div dir="auto"><div class="gmail_quote"></div></div></div><div dir="ltr"><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 12/18, Itaru Kitayama via Openmp-dev wrote:<br>
> I've been using a Trunk Debug Clang that can print out libomptarget<br>
> debugging<br>
> information, but I noticed in the last couples of days the built time<br>
> increased<br>
> significantly to an hour or so. While a non Debug clang builds my app in a<br>
> few<br>
> minutes.<br>
> Has anyone committed intrusive changed recently to the library?<br>
<br>
Jon, do you know if something happened that could explain this?<br></blockquote><div><br></div></div></div></div><div dir="ltr"><div dir="auto"><div class="gmail_quote"><div> Hey,</div><div><br></div><div>The patches that landed in the last few days are all moving existing functions behind a single call. The only vaguely interesting one for clang is D71580 in that it uses templates that dispatch to cuda's min function, but even that seems unlikely to change compile time.</div><div><br></div><div>It's 7k of pretty trivial C++, so taking over an hour to build doesn't sound right. Have you tried rolling the deviceRTL back by a few days and building with your current debug toolchain? I'm wondering if trunk clang's debug build has regressed in performance.</div><div><br></div><div>Thanks</div></div></div></div><div dir="ltr"><div dir="auto"><div class="gmail_quote"><div><br></div><div>Jon</div></div></div>
</div>
</blockquote></div></div>