[PATCH] D155769: [HIP][Clang][docs][RFC] Add documentation for C++ Parallel Algorithm Offload

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 25 10:05:08 PDT 2023


MaskRay added inline comments.


================
Comment at: clang/docs/HIPSupport.rst:266
+
+- ``-hipstdpar`` / ``--hipstdpar`` enables algorithm offload, which depending on
+  phase, has the following effects:
----------------
Newer long options that don't use the common prefix like `-f` are preferred to only support `--foo`, not `-foo`.
Many `--hip*` options don't support `-hip*`. Why add `-hipstdpar`?


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

https://reviews.llvm.org/D155769



More information about the cfe-commits mailing list