[llvm-bugs] [Bug 45533] CUDA and OpenMP math functions conflicts (using both -xcuda and -fopenmp)

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Nov 21 14:23:24 PST 2020


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

Johannes Doerfert <jdoerfert at anl.gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED

--- Comment #8 from Johannes Doerfert <jdoerfert at anl.gov> ---
(In reply to Anonymous User from comment #7)
> Thank you for this change!
> 
> I have to report that it's partially working.
> 
> It seems that __clang_cuda_complex_builtins.h is not updated with the rest
> of stuff in D78155. I.e. _OPENMP is not replaced by __OPENMP_NVPTX__ in that
> file.
> 
> To validate, when I hardcodedly change it, then everything works...
> 
> May I mark this as reopened?

Closed it, PR48014 was taking care of the complex headers. Feel free to reopen
if that was not the case. Though PR48014 is not cherry picked into the release
branch yet.

-- 
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/20201121/d9f9b9a0/attachment.html>


More information about the llvm-bugs mailing list