================ @@ -5253,15 +5237,13 @@ memory from those that access global host memory. These new address spaces are a subset of the `__global/opencl_global` address space, the full address space set model for OpenCL 2.0 with the extension looks as follows: -> generic->global->host -> -> ->device -> -> ->private -> -> ->local -> -> constant +```text +generic->global->host + ->device + ->private + ->local ---------------- rnk wrote:
Yes, I fixed this up by hand. I don't think this is rendering correctly today: https://clang.llvm.org/docs//AttributeReference.html#clang-opencl-global-device-clang-opencl-global-host https://github.com/llvm/llvm-project/pull/215631 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
