[PATCH] D17046: AMDGPU: Document address space mapping

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 22:32:10 PST 2016


arsenm added inline comments.

================
Comment at: docs/AMDGPUUsage.rst:27
@@ +26,3 @@
+   3             Local
+   4             Generic (called flat in AMDGPU)
+   5             Region
----------------
s/called flat in AMDGPU/Flat/

================
Comment at: docs/AMDGPUUsage.rst:32-33
@@ +31,4 @@
+The terminology in the table, aside from the region memory space, is from the
+OpenCL standard and applies only to the GPU; on the CPU all of the address
+spaces point to the same memory.
+
----------------
There's no reason to talk about CPUs here


http://reviews.llvm.org/D17046





More information about the llvm-commits mailing list