[PATCH] D155769: [HIP][Clang][docs][RFC] Add documentation for C++ Parallel Algorithm Offload
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 23 08:16:10 PDT 2023
yaxunl added inline comments.
================
Comment at: clang/docs/HIPSupport.rst:232
+execution seamlessly falls back to the host CPU. It is legal to specify multiple
+``--offload-arcj``s. All the flags we introduce, as well as a thorough view of
+various restrictions and their implications will be provided below.
----------------
typo j -> h
================
Comment at: clang/docs/HIPSupport.rst:549
+ Standard.
+
+Open Questions / Future Developments
----------------
can we add an item explaining whether relocatable object files compiled from `--hipstdpar` and HIP be linked together?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155769/new/
https://reviews.llvm.org/D155769
More information about the cfe-commits
mailing list