[PATCH] D110618: [HIPSPV][2/4] Add HIPSPV tool chain

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 29 10:07:43 PDT 2021


tra added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:3701
   " do not include the default CUDA/HIP wrapper headers">;
+def nohipwrapperinc : Flag<["-"], "nohipwrapperinc">,
+  HelpText<"Do not include the default HIP wrapper headers">;
----------------
Is the idea to still add relevant include paths to the wrappers and SDK headers, but not `-include` the wrapper?

If that's the case, it should probably be generalized into `-nogpuwrapperinc` and apply to both CUDA and HIP.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110618



More information about the cfe-commits mailing list