[PATCH] D108835: [NVPTX] consider nvptx-nvidia-gpulibs triple to be compatible with other variants.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 27 13:04:48 PDT 2021


tra added a comment.

I've checked libdevice in different CUDA versions and the results are rather inconsistent:

For triples, CUDA-10+ uses `nvptx64-nvidia-gpulibs`, older versions use `nvptx-unknown-unknown`
Data layout is absent until CUDA-11.1.

Instead of chasing all the variations, I wonder if we should just disable linker warning for libdevice somewhere in clang.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108835



More information about the llvm-commits mailing list