[PATCH] D154123: [HIP] Start document HIP support by clang

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 29 11:39:27 PDT 2023


yaxunl added inline comments.


================
Comment at: clang/docs/HIPSupport.rst:104
+     - This macro is defined when the GPU default stream kind is set to per-thread.
+
----------------
b-sumner wrote:
> Should we include the __gfxNNN__ or __GFXN__ macros here?  What about wave size, and CU mode?  And what about unsafe FP atomics macro?
Those are not only for HIP but for all languages targeting amdgpu. I am thinking we probably need a separate page for amdgpu support by clang.


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

https://reviews.llvm.org/D154123



More information about the cfe-commits mailing list