[llvm-bugs] [Bug 28955] Performance issues in RAJA LULESH
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Dec 2 13:53:36 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=28955
Artem Belevich <tra at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #18 from Artem Belevich <tra at google.com> ---
I believe this particular issue has been dealt with.
One file/function needed very aggressive loop unrolling in order to match
performance of nvcc-compiled code. We will probably need to bump the default
loop unrolling threshold for NVPTX, but that's a separate issue.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161202/73508cdd/attachment.html>
More information about the llvm-bugs
mailing list