[PATCH] D154123: [HIP] Start document HIP support by clang
Siu Chi Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 10:45:29 PDT 2023
scchan added inline comments.
================
Comment at: clang/docs/HIPSupport.rst:65
+
+ clang++ --offload-arch=gfx906 -xhip sample.cpp -o sample
+
----------------
missing --hip-link
================
Comment at: clang/docs/HIPSupport.rst:77
+
+ clang++ --offload-arch=native -xhip sample.cpp -o sample
+
----------------
missing --hip-link
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154123/new/
https://reviews.llvm.org/D154123
More information about the cfe-commits
mailing list