[PATCH] D102134: [docs]Updated the AMD GPU Attributes documentation
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 10 05:39:36 PDT 2021
aaron.ballman requested changes to this revision.
aaron.ballman added a comment.
This revision now requires changes to proceed.
Minor wordsmithing on the documentation changes, but more importantly: why is the correct fix to the documentation as opposed to changing the default max working group size?
================
Comment at: clang/include/clang/Basic/AttrDocs.td:2244-2247
+and is an optimization hint. It is mandatory to use this attribute in some
+situations. Because when the attribute is absent, the compiler assumes the
+default maximum workgroup size of 256 but nowadays the workgroup size can legally go
+to 1024.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102134/new/
https://reviews.llvm.org/D102134
More information about the cfe-commits
mailing list