[cfe-users] building clang for target off

Jost, Gabriele (ARC-TNC)[CSRA, LLC] via cfe-users cfe-users at lists.llvm.org
Sun Apr 29 21:41:36 PDT 2018


Hello,
I am trying to build clang with GPU support, in particular with support for OpenMP target offload.
I want to build for a Xeon+Nvidia GPU.
I did this:
git clone https://github.com/clang-ykt/openmp.git
and built the OpenMP libomp.so
Then I try this:
git clone https://github.com/clang-ykt/libomptarget.git
but now I am ask for a user name, guest does not seem to work:

git clone https://github.com/clang-ykt/libomptarget.git
Cloning into 'libomptarget'...
Username for 'https://github.com': guest
Password for 'https://guest@github.com':

Is this not a public branch of the repo?

I am interested to hear other peoples experience with this.
Thanks in advance,
Gabriele

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20180430/cf4db5b1/attachment.html>


More information about the cfe-users mailing list