[PATCH] D130193: [LLVM][Docs] Document the new driver for CUDA compilation

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 14:53:50 PDT 2022


tra added a comment.

Considering the ton of new functionality that your changes made possible, it would be warranted, IMO.

Speaking of that, it may be worth making the new-driver changes documented in clang, where they would be visible to a more relevant audience. After all, the driver is part of clang's machinery and has little to do with LLVM. The current `CompileCudaWithLLVM.rst` is a bit of a historic artifact that evolved from the times when we only had NVTPX back-end in LLVM and very little to no support for GPU offloading in clang.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130193



More information about the llvm-commits mailing list