[llvm-bugs] [Bug 49333] Compilation error in NVPTX deviceRLTs

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Feb 24 03:02:37 PST 2021


https://bugs.llvm.org/show_bug.cgi?id=49333

Joachim Protze <protze at itc.rwth-aachen.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED
                 CC|                            |protze at itc.rwth-aachen.de

--- Comment #5 from Joachim Protze <protze at itc.rwth-aachen.de> ---
2f74c2204827 does not fix the build error. This patch has ptx "71 71" in the
list.

I tried and cherry-picked 1a368ae3b78d, which resolves the build error but does
not apply cleanly.

The alternative to cherry-picking 1a368ae3b78d would be to patch
openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt

- set(ptx_feature_list 71 71 70 65 64 63 61 61 60 42)
+ set(ptx_feature_list 70 70 70 65 64 63 61 61 60 42)

-- 
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/20210224/2c77764b/attachment.html>


More information about the llvm-bugs mailing list