[PATCH] D21212: Add documentation for RenderScript changes

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 21 06:15:17 PDT 2016


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM with a tiny wording nit.


================
Comment at: include/clang/Basic/AttrDocs.td:2444
@@ +2443,3 @@
+In RenderScript, ``kernel`` functions are used to express data-parallel
+computation.  The RenderScript runtime efficiently parallelizes ``kernel``
+functions to run on computational resources such as multi-core CPUs and GPUs.
----------------
computations


http://reviews.llvm.org/D21212





More information about the cfe-commits mailing list