[PATCH] D69268: [HIP] Add option -fgpu-allow-device-init

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 22 08:58:07 PDT 2019


yaxunl marked 3 inline comments as done.
yaxunl added inline comments.


================
Comment at: include/clang/Basic/DiagnosticCommonKinds.td:308
+// HIP
+def warn_ignore_hip_only_option : Warning<
+  "'%0' is ignored since it is only supported for HIP">,
----------------
tra wrote:
> `warn_ignore*d*_hip_only_option` ?
will do when commit. thanks.


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

https://reviews.llvm.org/D69268





More information about the cfe-commits mailing list