[PATCH] D154123: [HIP] Start document HIP support by clang
Brian Sumner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 29 11:37:21 PDT 2023
b-sumner 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.
+
----------------
Should we include the __gfxNNN__ or __GFXN__ macros here? What about wave size, and CU mode? And what about unsafe FP atomics macro?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154123/new/
https://reviews.llvm.org/D154123
More information about the cfe-commits
mailing list