[PATCH] D154123: [HIP] Start document HIP support by clang
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 10:53:00 PDT 2023
arsenm added inline comments.
================
Comment at: clang/docs/HIPSupport.rst:65
+
+ clang++ --offload-arch=gfx906 -xhip sample.cpp -o sample
+
----------------
scchan wrote:
> missing --hip-link
What does hip-link do? Why is it needed? I never use it and it works
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154123/new/
https://reviews.llvm.org/D154123
More information about the cfe-commits
mailing list