[PATCH] D155775: [HIP][Clang][Driver][RFC] Add driver support for C++ Parallel Algorithm Offload
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 08:49:37 PDT 2023
yaxunl added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:75
+ "cannot find HIP Standard Parallelism Acceleration library; provide it via "
+ "'--stdpar-path'">;
+def err_drv_no_hipstdpar_thrust_lib : Error<
----------------
needs to update the option name, same as below
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155775/new/
https://reviews.llvm.org/D155775
More information about the cfe-commits
mailing list