<div dir="ltr"><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">Here's the error I'm getting:<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
----------------------------------------<br>
/usr/local/cuda-10.1/bin/nvcc ... omp_data.cu...<br>
error: identifier "__ieee128" is undefined<br>----------------------------------------<br></blockquote><div><br></div><div>I can offer that omp_data doesn't use a 128 bit type as far as I can see, so I think your problem is in the collision between cuda and library headers. It looks roughly analogous to <a href="https://bugs.llvm.org/show_bug.cgi?id=42972">https://bugs.llvm.org/show_bug.cgi?id=42972</a>.</div><div><br></div><div>I worked around that bug by deleting parts of the header files. Not ideal, but sufficient to get stuff working.</div><div><br></div><div>Cheers</div></div></div>