[PATCH] D101630: [HIP] Add --gpu-bundle-output

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 7 12:49:37 PDT 2021


yaxunl marked an inline comment as done.
yaxunl added inline comments.


================
Comment at: clang/lib/Driver/Driver.cpp:2903
     bool GPUSanitize;
+    Optional<bool> BundleOutput;
 
----------------
tra wrote:
> We should document the behavior we expect from the `--gpu-bundle-output` option in one place. This may be a good place for it. 
> 
> Some day we should add CUDA/HIP section to clang manual. We already have tons of options that users do need to know about.
Will fix the comments when committing.

Yes we should start adding CUDA/HIP documentation to clang manual in future patches.


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

https://reviews.llvm.org/D101630



More information about the cfe-commits mailing list