[PATCH] D117137: [Driver] Add CUDA support for --offline param

Daniele Castagna via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 19 17:43:26 PST 2022


dcastagna added a comment.

In D117137#3238275 <https://reviews.llvm.org/D117137#3238275>, @tra wrote:

> I think instead of setting the triple directly from the command line, we should start with adding another `--cuda-gpu-arch` (AKA --offload-arch)  variant and derive the triple and other parameters from it.

As discussed via IM, I uploaded a patch that extends the command line options --offload instead of introducing a new flag.
@tra, what do you think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117137



More information about the cfe-commits mailing list