[Openmp-commits] [PATCH] D95466: [OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs`

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 27 10:29:09 PST 2021


JonChesterfield added a comment.

I think this is because nvptx is a 32 bit platform and you're compiling on a 64 bit platform. gcc-multilib will fix.

In general I don't like the dependence on host libc when compiling for a gpu (as they don't have very much in common), but need to debug through printf handling to break that link.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95466/new/

https://reviews.llvm.org/D95466



More information about the Openmp-commits mailing list