[PATCH] D117137: [Driver] Add CUDA support for --offload param
Daniele Castagna via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 20 13:15:03 PST 2022
dcastagna added a comment.
In D117137#3259276 <https://reviews.llvm.org/D117137#3259276>, @yaxunl wrote:
> The title says `--offline` option, which should be `--offload`.
Fixed that and addressed the other comments.
The last patch also adds a check to error out if --offload is used in CUDA without --emit-llvm, since that will result in a assert failing later on.
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