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

Joachim Protze <pro...@itc.rwth-aachen.de> changed:

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

--- Comment #5 from Joachim Protze <pro...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to